Make some skipped tests flaky (#8795)

This commit is contained in:
Ryan Brandenburg 2019-03-27 10:20:16 -07:00 committed by GitHub
parent e979426809
commit 7248ecbaf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
[ConditionalFact]
[OSSkipCondition(OperatingSystems.Windows)]
[OSSkipCondition(OperatingSystems.MacOSX)]
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/1687", FlakyOn.AzP.Linux)]
public async Task ShutdownTestRun()
{
await ExecuteShutdownTest(nameof(ShutdownTestRun), "Run");
@ -116,7 +117,6 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
}
}
private static void SendSIGINT(int processId)
{
var startInfo = new ProcessStartInfo

View File

@ -147,7 +147,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
}
[Fact]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "https://github.com/aspnet/KestrelHttpServer/issues/2282")]
[Flaky("https://github.com/aspnet/KestrelHttpServer/issues/2282", FlakyOn.AzP.macOS)]
public async Task ConnectionCountingReturnsToZero()
{
const int count = 100;