Making InteropReliabilityTests as flaky
This commit is contained in:
parent
ebd02cdb71
commit
3bd838f9d4
|
|
@ -19,6 +19,7 @@ using Xunit;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
namespace Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests
|
||||||
{
|
{
|
||||||
|
[Flaky("https://github.com/aspnet/AspNetCore/issues/12940", FlakyOn.All)]
|
||||||
public class InteropReliabilityTests : IClassFixture<AspNetSiteServerFixture>
|
public class InteropReliabilityTests : IClassFixture<AspNetSiteServerFixture>
|
||||||
{
|
{
|
||||||
private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);
|
private static readonly TimeSpan DefaultLatencyTimeout = TimeSpan.FromSeconds(5);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue