Skip to content

Commit 1f2f16f

Browse files
committed
Ignore test for Oracle due to lack of resolution needed
1 parent 3114ccb commit 1f2f16f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Orm/Xtensive.Orm.Tests/Issues/Issue0818_NanosecondTrancation.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (C) 2010 Xtensive LLC.
2-
// All rights reserved.
3-
// For conditions of distribution and use, see license.
1+
// Copyright (C) 2010-2021 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
44
// Created by: Dmitri Maximov
55
// Created: 2010.10.14
66

@@ -42,7 +42,7 @@ protected override DomainConfiguration BuildConfiguration()
4242
[Test]
4343
public void MainTest()
4444
{
45-
Require.ProviderIsNot(StorageProvider.PostgreSql); // PostgreSql stores intervals with microseconds only
45+
Require.ProviderIsNot(StorageProvider.PostgreSql | StorageProvider.Oracle); // PostgreSql and Oracle store intervals with microseconds only
4646

4747
long ticks = 123456789;
4848

0 commit comments

Comments
 (0)