Skip to content

Commit ba22af6

Browse files
committed
Disable test
1 parent 69c4246 commit ba22af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/AppHostTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void It_uses_an_apphost_based_on_platform_target(string target)
232232
}
233233
}
234234

235-
[Theory]
235+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/50993")]
236236
[InlineData(null)]
237237
[InlineData(true)]
238238
[InlineData(false)]

0 commit comments

Comments
 (0)