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
The following commit(s) were added to refs/heads/master by this push:
new 6aaf0fe Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom():
Added the [Explicit] attribute, since in Lucene this test was marked Nightly
6aaf0fe is described below
commit 6aaf0fe801bbdeb2670eaedde01f42594a17ee39
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Jun 10 03:43:25 2020 +0700
Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom(): Added the
[Explicit] attribute, since in Lucene this test was marked Nightly
---
src/Lucene.Net.Tests/Util/TestOfflineSorter.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Lucene.Net.Tests/Util/TestOfflineSorter.cs
b/src/Lucene.Net.Tests/Util/TestOfflineSorter.cs
index 5ab155f..b3b7325 100644
--- a/src/Lucene.Net.Tests/Util/TestOfflineSorter.cs
+++ b/src/Lucene.Net.Tests/Util/TestOfflineSorter.cs
@@ -93,7 +93,7 @@ namespace Lucene.Net.Util
Assert.AreEqual(1, sortInfo.MergeRounds);
}
- [Test, LongRunningTest]
+ [Test, LongRunningTest, Explicit] // LUCENENET specific - This was
marked Nightly in Java, so we are marking explicit to keep this from running
automatically
public virtual void TestLargerRandom()
{
// Sort 100MB worth of data with 15mb buffer.