diff --git a/src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs b/src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs index 170ebbbbe3..dd5dc37387 100644 --- a/src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs +++ b/src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs @@ -19,6 +19,7 @@ using Xunit; namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests { + [Flaky("https://github.com/aspnet/AspNetCore/issues/12940", FlakyOn.All)] public class InteropReliabilityTests : IClassFixture { private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);