Make Ignitor tests flaky

This commit is contained in:
Pranav K 2020-04-13 17:18:36 -07:00
parent f3a1fb6ad3
commit 9dda113d60
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.Components.RenderTree;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.SignalR.Client;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.Logging;
using TestServer;
using Xunit;
@ -18,6 +19,7 @@ using Xunit.Abstractions;
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
{
[Flaky("https://github.com/dotnet/aspnetcore/issues/19666", FlakyOn.All)]
public class InteropReliabilityTests : IgnitorTest<ServerStartup>
{
public InteropReliabilityTests(BasicTestAppServerSiteFixture<ServerStartup> serverFixture, ITestOutputHelper output)