From 3dcffb2929662ffb9c4678458eaf90f0df300f92 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sun, 17 Oct 2021 14:17:47 +0700 Subject: [PATCH] Lucene.Net.Tests.Index.TestIndexWriter: Removed [AwaitsFix] attribute from TestThreadInterruptDeadlock() and TestTwoThreadsInterruptDeadlock(), since they now are passing --- src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Lucene.Net.Tests/Index/TestIndexWriter.cs b/src/Lucene.Net.Tests/Index/TestIndexWriter.cs index bc1b84e0c3..ed87d16cf2 100644 --- a/src/Lucene.Net.Tests/Index/TestIndexWriter.cs +++ b/src/Lucene.Net.Tests/Index/TestIndexWriter.cs @@ -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); @@ -1517,7 +1516,6 @@ public virtual void TestThreadInterruptDeadlock() /// testThreadInterruptDeadlock but with 2 indexer threads [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);