Skip to content

Commit

Permalink
Lucene.Net.Tests.Index.TestIndexWriter: Removed [AwaitsFix] attribute…
Browse files Browse the repository at this point in the history
… from TestThreadInterruptDeadlock() and TestTwoThreadsInterruptDeadlock(), since they now are passing
  • Loading branch information
NightOwl888 committed Oct 17, 2021
1 parent b5ce511 commit 3dcffb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Lucene.Net.Tests/Index/TestIndexWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,6 @@ private string GetToStringFrom(Exception exception)

[Test]
[Slow]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails on .NET Core
public virtual void TestThreadInterruptDeadlock()
{
IndexerThreadInterrupt t = new IndexerThreadInterrupt(this);
Expand Down Expand Up @@ -1517,7 +1516,6 @@ public virtual void TestThreadInterruptDeadlock()
/// testThreadInterruptDeadlock but with 2 indexer threads </summary>
[Test]
[Slow]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails on .NET Core
public virtual void TestTwoThreadsInterruptDeadlock()
{
IndexerThreadInterrupt t1 = new IndexerThreadInterrupt(this);
Expand Down

0 comments on commit 3dcffb2

Please sign in to comment.