We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd02cd commit 3bd838fCopy full SHA for 3bd838f
src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs
@@ -19,6 +19,7 @@
19
20
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
21
{
22
+ [Flaky("https://github.com/aspnet/AspNetCore/issues/12940", FlakyOn.All)]
23
public class InteropReliabilityTests : IClassFixture<AspNetSiteServerFixture>
24
25
private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);
0 commit comments