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 8cc6c062d065855388b9a9d202459687bc633cfc
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Sep 24 19:48:26 2020 +0700

    Lucene.Net.Tests.Index.Test2BPostings: Ignored test because it pushes Azure 
DevOps over the 1 hour time limit allowed
---
 src/Lucene.Net.Tests/Index/Test2BPostings.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Lucene.Net.Tests/Index/Test2BPostings.cs 
b/src/Lucene.Net.Tests/Index/Test2BPostings.cs
index 42c80c4..09a6fe5 100644
--- a/src/Lucene.Net.Tests/Index/Test2BPostings.cs
+++ b/src/Lucene.Net.Tests/Index/Test2BPostings.cs
@@ -45,6 +45,7 @@ namespace Lucene.Net.Index
     {
         [Test]
         [Nightly]
+        [Ignore("LUCENENET specific - takes too long to run on Azure DevOps")]
         public virtual void 
Test([ValueSource(typeof(ConcurrentMergeSchedulerFactories), 
"Values")]Func<IConcurrentMergeScheduler> newScheduler)
         {
             BaseDirectoryWrapper dir = 
NewFSDirectory(CreateTempDir("2BPostings"));

Reply via email to