Skip to content

Commit 4acbde3

Browse files
authored
Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventIsFiringNonGeneric(): Added [Ignore] attribute, as this only applies prior to .NET Standard 2.1 and was an inherited problem from Prism.Core. (#1107)
1 parent 2a0c974 commit 4acbde3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public async Task ShouldNotExecuteOnGarbageCollectedFilterReferenceWhenNotKeepAl
436436
}
437437

438438
[Test]
439-
[Ignore("This test has been flakey since it was brought over from Prism")]
439+
[Ignore("This test has been flakey since it was brought over from Prism (see https://github.com/apache/lucenenet/issues/998#issuecomment-2438994483)")]
440440
public void CanAddSubscriptionWhileEventIsFiring()
441441
{
442442
var PubSubEvent = new TestablePubSubEvent<string>();
@@ -459,6 +459,7 @@ public void CanAddSubscriptionWhileEventIsFiring()
459459
}
460460

461461
[Test]
462+
[Ignore("This test has been flakey since it was brought over from Prism (see https://github.com/apache/lucenenet/issues/998#issuecomment-2438994483)")]
462463
public void CanAddSubscriptionWhileEventIsFiringNonGeneric()
463464
{
464465
var pubSubEvent = new TestablePubSubEvent();
@@ -710,4 +711,4 @@ public bool FilterString(string arg)
710711
}
711712
}
712713

713-
#endif
714+
#endif

0 commit comments

Comments
 (0)