Skip to content

Commit 82e6b60

Browse files
authored
Quarantine Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTests.LinkedApplicationWorks (#40821)
dotnet/aspnetcore-internal#4030
1 parent ead8398 commit 82e6b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/test/FunctionalTests/LinkedApplicationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests;
88

99
public class LinkedApplicationTests : LoggedTest
1010
{
11-
[Fact]
11+
[QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/4030")]
1212
public async Task LinkedApplicationWorks()
1313
{
1414
using (StartLog(out var loggerFactory))

0 commit comments

Comments
 (0)