From 3bd838f9d42c9b3caa8ba2a2d26bb68f48d27b58 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 8 Aug 2019 09:47:25 +0100 Subject: [PATCH] Making InteropReliabilityTests as flaky --- .../test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs | 1 + 1 file changed, 1 insertion(+) 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);