File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ namespace DutilTests
121121 }
122122 }
123123
124- [Fact]
124+ [Fact(Skip = " Recent GitHub Actions environment change broke this test. Fix in WiX v7. " ) ]
125125 void PathCanonicalizeForComparisonTest ()
126126 {
127127 PathCanonicalizeForComparisonTestCore (TRUE );
@@ -278,7 +278,7 @@ namespace DutilTests
278278 }
279279 }
280280
281- [Fact]
281+ [Fact(Skip = " Recent GitHub Actions environment change broke this test. Fix in WiX v7. " ) ]
282282 void PathAllocCanonicalizePathTest ()
283283 {
284284 HRESULT hr = S_OK;
Original file line number Diff line number Diff line change 2222msbuild -Restore libs_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L% \libs_build.binlog || exit /b
2323
2424dotnet test ^
25+ --blame-hang-timeout 5min --blame-hang-dump-type mini -l:" console;verbosity=detailed" ^
2526 %_B% \net6.0\WixToolsetTest.Versioning.dll ^
2627 %_B% \x86\DUtilUnitTest.dll ^
2728 %_B% \x64\DUtilUnitTest.dll ^
You can’t perform that action at this time.
0 commit comments