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
Describe the bug
Flaky unit test for EventDomainAttributeUsageAnalyzerTests
To Reproduce
When we run all tests until failure in the Workleap.DomainEventPropagation solution, then the following unit test will randomly fail:
EventDomainAttributeUsageAnalyzerTests.Given_DomainEventAttribute_With_Non_Unique_Value_When_Analyze_Then_Diagnostic.
Expected behavior
All tests can be executed any amount of times without any failure.