Skip to content

Commit

Permalink
Lucene.Net.Index.TestIndexWriter::TestThreadInterruptDeadlock(): Adde…
Browse files Browse the repository at this point in the history
…d [AwaitsFix] attribute, as this is sometimes failing (see apache#544)
  • Loading branch information
NightOwl888 committed Nov 22, 2021
1 parent 38c026e commit f133e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lucene.Net.Tests/Index/TestIndexWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,7 @@ private string GetToStringFrom(Exception exception)

[Test]
[Slow]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/544")] // LUCENENET TODO: This test occasionally fails
public virtual void TestThreadInterruptDeadlock()
{
IndexerThreadInterrupt t = new IndexerThreadInterrupt(this);
Expand Down

0 comments on commit f133e82

Please sign in to comment.