This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit eb4a815b704d89668c677ca7e1b6ec51b425e7d2 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Jul 11 14:45:33 2019 +0700 TestICUCollationKeyAnalyzer: Removed manual failure, since we are no longer getting crashes due to background threads throwing exceptions --- .../Collation/TestICUCollationKeyAnalyzer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs b/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs index 848e9f1..ce9dc4d 100644 --- a/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs +++ b/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs @@ -102,9 +102,9 @@ namespace Lucene.Net.Collation [Test] public void TestThreadSafe() { -#if NETSTANDARD - fail("LUCENENET TODO: Fatal crash on NETSTANDARD"); -#endif +//#if NETSTANDARD +// fail("LUCENENET TODO: Fatal crash on NETSTANDARD"); +//#endif int iters = 20 * RANDOM_MULTIPLIER; for (int i = 0; i < iters; i++) {
