This is an automated email from the ASF dual-hosted git repository.
paulirwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 72123b07e Enable TestICUFoldingFilterFactory.Test (#1045)
72123b07e is described below
commit 72123b07e6ce097f375ed2ae1d36ce0b741ad295
Author: Paul Irwin <[email protected]>
AuthorDate: Mon Nov 25 09:52:42 2024 -0700
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 fadc3c8ec..6e03d13b9 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 @@ namespace Lucene.Net.Analysis.Icu
{
/** 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 @@ namespace Lucene.Net.Analysis.Icu
}
}
}
-}
\ No newline at end of file
+}