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 e970bbf4a2482633ea60808e179f2917a9e8a390 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Jul 11 15:54:28 2019 +0700 Removed manual test failures that were used to block application crashes due to exceptions on background threads --- .../Collation/TestICUCollationKeyAnalyzer.cs | 3 --- src/Lucene.Net.Tests/Index/TestPostingsFormat.cs | 6 ------ 2 files changed, 9 deletions(-) diff --git a/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs b/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs index ce9dc4d..b058b59 100644 --- a/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs +++ b/src/Lucene.Net.Tests.Analysis.ICU/Collation/TestICUCollationKeyAnalyzer.cs @@ -102,9 +102,6 @@ namespace Lucene.Net.Collation [Test] public void TestThreadSafe() { -//#if NETSTANDARD -// fail("LUCENENET TODO: Fatal crash on NETSTANDARD"); -//#endif int iters = 20 * RANDOM_MULTIPLIER; for (int i = 0; i < iters; i++) { diff --git a/src/Lucene.Net.Tests/Index/TestPostingsFormat.cs b/src/Lucene.Net.Tests/Index/TestPostingsFormat.cs index 00601ab..20c6b07 100644 --- a/src/Lucene.Net.Tests/Index/TestPostingsFormat.cs +++ b/src/Lucene.Net.Tests/Index/TestPostingsFormat.cs @@ -87,12 +87,6 @@ namespace Lucene.Net.Index [Test] public override void TestRandom() { -#if DEBUG -#if NETSTANDARD1_6 - fail("LUCENENET TODO: Fatally crashes NUnit"); -#endif -#endif - base.TestRandom(); }
