disable the net6.0 self-contained tests as we can't target the unreleased implicit version

This commit is contained in:
Marc Paine 2023-08-16 13:41:15 -07:00
parent 45cda7ffaa
commit aa340cf3db

View file

@ -86,7 +86,7 @@ namespace EndToEnd.Tests
}
[WindowsOnlyTheory]
[InlineData("net6.0", true)]
// [InlineData("net6.0", true)]
[InlineData("net6.0", false)]
[InlineData("current", true)]
[InlineData("current", false)]
@ -125,7 +125,7 @@ namespace EndToEnd.Tests
}
[WindowsOnlyTheory]
[InlineData("net6.0", true)]
// [InlineData("net6.0", true)]
[InlineData("net6.0", false)]
[InlineData("current", true)]
[InlineData("current", false)]