Skip to content

Commit

Permalink
Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventI…
Browse files Browse the repository at this point in the history
…sFiring(): Ignored. This test has failed since apache#875 was submitted. Unfortunately, we had no way of knowing that this test was flakey until we inherited it. (apache#884)
  • Loading branch information
NightOwl888 authored Oct 19, 2023
1 parent 415dfa3 commit f7d1bfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ public async Task ShouldNotExecuteOnGarbageCollectedFilterReferenceWhenNotKeepAl
}

[Test]
[Ignore("This test has been flakey since it was brought over from Prism")]
public void CanAddSubscriptionWhileEventIsFiring()
{
var PubSubEvent = new TestablePubSubEvent<string>();
Expand Down

0 comments on commit f7d1bfa

Please sign in to comment.