Skip to content

Commit 3bd838f

Browse files
Making InteropReliabilityTests as flaky
1 parent ebd02cd commit 3bd838f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
2121
{
22+
[Flaky("https://github.com/aspnet/AspNetCore/issues/12940", FlakyOn.All)]
2223
public class InteropReliabilityTests : IClassFixture<AspNetSiteServerFixture>
2324
{
2425
private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);

0 commit comments

Comments
 (0)