Re-disable validation tests due to flakiness.
Bob Arnson committed
Feb 9, 2023 at 21:43 UTC
de577ec42b5309cdad9fe22836cb4aa8cdaa8368
1 file changed
+2
src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs
+2
@@ -20,6 +20,7 @@ namespace WixToolsetTest.CoreIntegration
20
// These tests are still interesting (and complex) enough to keep
21
// around for manual testing. Uncomment or define the following
22
// line to do so.
23
+#if DISABLE_VALIDATION_TESTS_DUE_TO_WINDOWS_INSTALLER_INCONSISTENCIES
24
public class ValidationFixture
25
{
26
[Fact]
@@ -422,4 +423,5 @@ namespace WixToolsetTest.CoreIntegration
423
}
424
}
425
}
426
+#endif
427
}