Skip to content

Commit d964f36

Browse files
committed
Skip failing tests
1 parent 1697fe7 commit d964f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void It_targets_the_right_shared_framework(string targetFramework, string
4848
}
4949

5050
// Test behavior when implicit version differs for framework-dependent and self-contained apps
51-
[Theory]
51+
[Theory(Skip = "https://github.com/dotnet/sdk/issues/45417")]
5252
[InlineData("netcoreapp1.0", false, true, "1.0.5")]
5353
[InlineData("netcoreapp1.0", true, true, "1.0.16")]
5454
[InlineData("netcoreapp1.0", false, false, "1.0.5")]

0 commit comments

Comments
 (0)