Skip to content

Commit 8c79b1c

Browse files
author
John Luo
authored
Quarantining flaky tests (#25405)
1 parent 8957b01 commit 8c79b1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ProjectTemplates/test/WorkerTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public WorkerTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHelpe
2525
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "https://github.com/dotnet/sdk/issues/12831")]
2626
[InlineData("C#")]
2727
[InlineData("F#")]
28+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25404")]
2829
public async Task WorkerTemplateAsync(string language)
2930
{
3031
Project = await ProjectFactory.GetOrCreateProject(

src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public async Task RegisterIPEndPoint_Port443_Success(IPEndPoint endpoint, string
125125
[ConditionalTheory]
126126
[MemberData(nameof(AddressRegistrationDataIPv6))]
127127
[IPv6SupportedCondition]
128+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/25403")]
128129
public async Task RegisterAddresses_IPv6_Success(string addressInput, string[] testUrls)
129130
{
130131
await RegisterAddresses_Success(addressInput, testUrls);

0 commit comments

Comments
 (0)