From 72123b07e6ce097f375ed2ae1d36ce0b741ad295 Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Mon, 25 Nov 2024 09:52:42 -0700 Subject: [PATCH] Enable TestICUFoldingFilterFactory.Test (#1045) Removes the `[AwaitsFix]` attribute from this test. --- .../Analysis/Icu/TestICUFoldingFilterFactory.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Lucene.Net.Tests.Analysis.ICU/Analysis/Icu/TestICUFoldingFilterFactory.cs b/src/Lucene.Net.Tests.Analysis.ICU/Analysis/Icu/TestICUFoldingFilterFactory.cs index fadc3c8ecc..6e03d13b92 100644 --- a/src/Lucene.Net.Tests.Analysis.ICU/Analysis/Icu/TestICUFoldingFilterFactory.cs +++ b/src/Lucene.Net.Tests.Analysis.ICU/Analysis/Icu/TestICUFoldingFilterFactory.cs @@ -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é"); @@ -57,4 +56,4 @@ public void TestBogusArguments() } } } -} \ No newline at end of file +}