Skip to content

Commit e063be9

Browse files
committed
Skipping recently added Windows SDK version since the test fails against it.
1 parent 61f6ca8 commit e063be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/EndToEnd.Tests/GivenWindowsApp.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public class GivenWindowsApp(ITestOutputHelper log) : SdkTest(log)
1414
[InlineData("10.0.20348.0")]
1515
[InlineData("10.0.22000.0")]
1616
[InlineData("10.0.22621.0")]
17-
[InlineData("10.0.26100.0")]
17+
// Skipped due to: https://github.com/dotnet/sdk/pull/42090/files#r1680016439
18+
//[InlineData("10.0.26100.0")]
1819
public void ItCanBuildAndRun(string targetPlatformVersion)
1920
{
2021
var testInstance = _testAssetsManager

0 commit comments

Comments
 (0)