Lucene.Net.Tests.Index.TestTermVectorsFormat.TestLotsOfFields(): Manually failing test on .NET Standard 2.0 because it crashes the test runner - need to investigate
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/62333ec5 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/62333ec5 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/62333ec5 Branch: refs/heads/master Commit: 62333ec568e3989e73dee65464e89d85c44acb82 Parents: b7ab123 Author: Shad Storhaug <[email protected]> Authored: Fri Sep 8 23:18:40 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Fri Sep 8 23:18:40 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/62333ec5/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs b/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs index b189e41..c9fa8c0 100644 --- a/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs +++ b/src/Lucene.Net.Tests/Index/TestTermVectorsFormat.cs @@ -84,6 +84,10 @@ namespace Lucene.Net.Index [Test] public override void TestLotsOfFields() { +#if NETCOREAPP2_0 + fail("LUCENENET TODO: Fatally crashes NUnit"); +#endif + base.TestLotsOfFields(); }
