Skip to content

Commit fef33ad

Browse files
committed
Quarantine tests based on recent failures
1 parent 3132e5c commit fef33ad

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/Grpc/test/InteropTests/InteropTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ public InteropTests(ITestOutputHelper output)
3131
public Task EmptyUnary() => InteropTestCase("empty_unary");
3232

3333
[Fact]
34+
[QuarantinedTest]
3435
public Task LargeUnary() => InteropTestCase("large_unary");
3536

3637
[Fact]
38+
[QuarantinedTest]
3739
public Task ClientStreaming() => InteropTestCase("client_streaming");
3840

3941
[Fact]
@@ -56,6 +58,7 @@ public InteropTests(ITestOutputHelper output)
5658
public Task TimeoutOnSleepingServer() => InteropTestCase("timeout_on_sleeping_server");
5759

5860
[Fact]
61+
[QuarantinedTest]
5962
public Task CustomMetadata() => InteropTestCase("custom_metadata");
6063

6164
[Fact]
@@ -71,12 +74,14 @@ public InteropTests(ITestOutputHelper output)
7174
public Task UnimplementedMethod() => InteropTestCase("unimplemented_method");
7275

7376
[Fact]
77+
[QuarantinedTest]
7478
public Task ClientCompressedUnary() => InteropTestCase("client_compressed_unary");
7579

7680
[Fact]
7781
public Task ClientCompressedStreaming() => InteropTestCase("client_compressed_streaming");
7882

7983
[Fact]
84+
[QuarantinedTest]
8085
public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary");
8186

8287
[Fact]

src/ProjectTemplates/test/WebApiTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public WebApiTemplateTest(ProjectFactoryFixture factoryFixture, ITestOutputHelpe
2828

2929
[ConditionalFact]
3030
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
31+
[QuarantinedTest]
3132
public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null);
3233

3334
private async Task WebApiTemplateCore(string languageOverride)

src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ public async Task Settings_InitialWindowSize_Client(string scheme)
14951495

14961496
[Theory]
14971497
[MemberData(nameof(SupportedSchemes))]
1498+
[QuarantinedTest]
14981499
public async Task ConnectionWindowSize_Server(string scheme)
14991500
{
15001501
var requestFinished = new TaskCompletionSource<int>(TaskCreationOptions.RunContinuationsAsynchronously);

src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ public void SetSecret_Update_Existing_Secret()
165165
}
166166

167167
[Fact]
168+
[QuarantinedTest]
168169
public void SetSecret_With_Verbose_Flag()
169170
{
170171
string secretId;

0 commit comments

Comments
 (0)