Quarantine tests based on recent failures

This commit is contained in:
Doug Bunting 2020-05-22 09:54:13 -07:00
parent 3132e5c6ce
commit fef33ad4a2
4 changed files with 8 additions and 0 deletions

View File

@ -31,9 +31,11 @@ namespace InteropTests
public Task EmptyUnary() => InteropTestCase("empty_unary"); public Task EmptyUnary() => InteropTestCase("empty_unary");
[Fact] [Fact]
[QuarantinedTest]
public Task LargeUnary() => InteropTestCase("large_unary"); public Task LargeUnary() => InteropTestCase("large_unary");
[Fact] [Fact]
[QuarantinedTest]
public Task ClientStreaming() => InteropTestCase("client_streaming"); public Task ClientStreaming() => InteropTestCase("client_streaming");
[Fact] [Fact]
@ -56,6 +58,7 @@ namespace InteropTests
public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server"); public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server");
[Fact] [Fact]
[QuarantinedTest]
public Task CustomMetadata() => InteropTestCase("custom_metadata"); public Task CustomMetadata() => InteropTestCase("custom_metadata");
[Fact] [Fact]
@ -71,12 +74,14 @@ namespace InteropTests
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method"); public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
[Fact] [Fact]
[QuarantinedTest]
public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary"); public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary");
[Fact] [Fact]
public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming"); public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming");
[Fact] [Fact]
[QuarantinedTest]
public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary"); public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary");
[Fact] [Fact]

View File

@ -28,6 +28,7 @@ namespace Templates.Test
[ConditionalFact] [ConditionalFact]
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")] [SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
[QuarantinedTest]
public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null); public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null);
private async Task WebApiTemplateCore(string languageOverride) private async Task WebApiTemplateCore(string languageOverride)

View File

@ -1495,6 +1495,7 @@ namespace Interop.FunctionalTests
[Theory] [Theory]
[MemberData(nameof(SupportedSchemes))] [MemberData(nameof(SupportedSchemes))]
[QuarantinedTest]
public async Task ConnectionWindowSize_Server(string scheme) public async Task ConnectionWindowSize_Server(string scheme)
{ {
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously); var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);

View File

@ -165,6 +165,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
} }
[Fact] [Fact]
[QuarantinedTest]
public void SetSecret_With_Verbose_Flag() public void SetSecret_With_Verbose_Flag()
{ {
string secretId; string secretId;