Label skipped test with issue number.
Sean Hall committed
Dec 19, 2020 at 14:53 UTC
d718243dfbb41f28aa8030939595b6493f4a78f0
1 file changed
+1
-1
src/test/WixToolsetTest.Sdk/MsbuildFixture.cs
+1
-1
@@ -240,7 +240,7 @@ namespace WixToolsetTest.Sdk
240
}
241
}
242
243
- [Theory(Skip = "Currently fails")]
243
+ [Theory(Skip = "Currently fails")] //https://github.com/wixtoolset/issues/issues/5946
244
[InlineData(BuildSystem.DotNetCoreSdk)]
245
[InlineData(BuildSystem.MSBuild)]
246
[InlineData(BuildSystem.MSBuild64)]