From de577ec42b5309cdad9fe22836cb4aa8cdaa8368 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 9 Feb 2023 21:43:33 -0500 Subject: Re-disable validation tests due to flakiness. --- src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs b/src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs index 8c5c23da..babe58f5 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs @@ -20,6 +20,7 @@ namespace WixToolsetTest.CoreIntegration // These tests are still interesting (and complex) enough to keep // around for manual testing. Uncomment or define the following // line to do so. +#if DISABLE_VALIDATION_TESTS_DUE_TO_WINDOWS_INSTALLER_INCONSISTENCIES public class ValidationFixture { [Fact] @@ -422,4 +423,5 @@ namespace WixToolsetTest.CoreIntegration } } } +#endif } -- cgit v1.2.3-55-g6feb