Skip to content

Commit

Permalink
Enable TestICUFoldingFilterFactory.Test (apache#1045)
Browse files Browse the repository at this point in the history
Removes the `[AwaitsFix]` attribute from this test.
  • Loading branch information
paulirwin authored Nov 25, 2024
1 parent ccff6dd commit 72123b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class TestICUFoldingFilterFactory : BaseTokenStreamTestCase
{
/** basic tests to ensure the folding is working */
[Test]
[AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/269")] // LUCENENET TODO: this test fails only on Linux on GitHub Actions
public void Test()
{
TextReader reader = new StringReader("Résumé");
Expand All @@ -57,4 +56,4 @@ public void TestBogusArguments()
}
}
}
}
}

0 comments on commit 72123b0

Please sign in to comment.