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 4acbde300
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)
4acbde300 is described below
commit 4acbde3007fbe661d4d6ba6843e25f190ded3b79
Author: Shad Storhaug <[email protected]>
AuthorDate: Mon Jan 20 22:34:53 2025 +0700
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)
---
src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
b/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
index c838b7d09..19a7f0d8b 100644
--- a/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
+++ b/src/Lucene.Net.Tests/Support/Util/Events/TestPubSubEvent.cs
@@ -436,7 +436,7 @@ public async Task
ShouldNotExecuteOnGarbageCollectedFilterReferenceWhenNotKeepAl
}
[Test]
- [Ignore("This test has been flakey since it was brought over from
Prism")]
+ [Ignore("This test has been flakey since it was brought over from
Prism (see
https://github.com/apache/lucenenet/issues/998#issuecomment-2438994483)")]
public void CanAddSubscriptionWhileEventIsFiring()
{
var PubSubEvent = new TestablePubSubEvent<string>();
@@ -459,6 +459,7 @@ public void CanAddSubscriptionWhileEventIsFiring()
}
[Test]
+ [Ignore("This test has been flakey since it was brought over from
Prism (see
https://github.com/apache/lucenenet/issues/998#issuecomment-2438994483)")]
public void CanAddSubscriptionWhileEventIsFiringNonGeneric()
{
var pubSubEvent = new TestablePubSubEvent();
@@ -710,4 +711,4 @@ public bool FilterString(string arg)
}
}
-#endif
\ No newline at end of file
+#endif