You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -436,7 +436,7 @@ public async Task ShouldNotExecuteOnGarbageCollectedFilterReferenceWhenNotKeepAl
436
436
}
437
437
438
438
[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)")]
440
440
publicvoidCanAddSubscriptionWhileEventIsFiring()
441
441
{
442
442
varPubSubEvent=newTestablePubSubEvent<string>();
@@ -459,6 +459,7 @@ public void CanAddSubscriptionWhileEventIsFiring()
459
459
}
460
460
461
461
[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)")]
0 commit comments