Skip to content

Commit

Permalink
Skip failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Dec 11, 2024
1 parent 1697fe7 commit d964f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void It_targets_the_right_shared_framework(string targetFramework, string
}

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

0 comments on commit d964f36

Please sign in to comment.