Making InteropReliabilityTests as flaky

This commit is contained in:
Steve Sanderson 2019-08-08 09:47:25 +01:00
parent ebd02cdb71
commit 3bd838f9d4
1 changed files with 1 additions and 0 deletions

View File

@ -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<AspNetSiteServerFixture>
{
private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);