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 f7d1bfa1f 
Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventIsFiring(): 
Ignored. This test has failed since #875 was submitted. Unfortunately, we had 
no way of knowing that this test was flakey until we inherited it. (#884)
f7d1bfa1f is described below

commit f7d1bfa1fd2785ce8dc5a40addd4566b7cdcae1f
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 19 21:12:18 2023 +0700

    
Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventIsFiring(): 
Ignored. This test has failed since #875 was submitted. Unfortunately, we had 
no way of knowing that this test was flakey until we inherited it. (#884)
---
 src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs 
b/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
index 710545ecc..c838b7d09 100644
--- a/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
+++ b/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
@@ -436,6 +436,7 @@ namespace Lucene.Net.Util.Events
         }
 
         [Test]
+        [Ignore("This test has been flakey since it was brought over from 
Prism")]
         public void CanAddSubscriptionWhileEventIsFiring()
         {
             var PubSubEvent = new TestablePubSubEvent<string>();

Reply via email to