Skip to content

Commit

Permalink
Lucene.Net.Tests.Analysis.Common (TestRandomChains_() +TestRandomChai…
Browse files Browse the repository at this point in the history
…nsWithLargeStrings()): Added AwaitsFixAttribute because we are getting random failures (See #269)
  • Loading branch information
NightOwl888 committed Nov 25, 2020
1 parent e814b28 commit cc0c795
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


using J2N.Runtime.CompilerServices;
using J2N.Text;
using Lucene.Net.Analysis.CharFilters;
Expand Down Expand Up @@ -1117,6 +1117,7 @@ internal class CharFilterSpec

[Test]
[Slow]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails
public void TestRandomChains_()
{
int numIterations = AtLeast(20);
Expand Down Expand Up @@ -1144,6 +1145,7 @@ public void TestRandomChains_()
// we might regret this decision...
[Test]
[Slow]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test occasionally fails
public void TestRandomChainsWithLargeStrings()
{
int numIterations = AtLeast(20);
Expand Down

0 comments on commit cc0c795

Please sign in to comment.