Skip to content

Commit 71a2638

Browse files
committed
fix tests
1 parent 7c49480 commit 71a2638

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Linq/Linq/ConcurrencyTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ void AssertData(ConcurrencyTable<string> record, bool equals = false)
473473
}
474474
}
475475

476-
[ActiveIssue("https://github.com/linq2db/linq2db/issues/3894", Configuration = TestProvName.AllOracle)]
477476
[Test]
478477
public void TestDbStrategy([IncludeDataSources(true, TestProvName.AllSqlServer)] string context)
479478
{
@@ -548,7 +547,6 @@ void AssertData(ConcurrencyTable<byte[]> record, bool equals = false)
548547
}
549548
}
550549

551-
[ActiveIssue("https://github.com/linq2db/linq2db/issues/3894", Configuration = TestProvName.AllOracle)]
552550
[Test]
553551
public async ValueTask TestDbStrategyAsync([IncludeDataSources(true, TestProvName.AllSqlServer)] string context)
554552
{

0 commit comments

Comments
 (0)