diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-09 21:43:33 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-02-09 22:44:20 -0500 |
commit | de577ec42b5309cdad9fe22836cb4aa8cdaa8368 (patch) | |
tree | 8b9da060af5ec93175900898c8bca3ccd5a4703d | |
parent | 2430823990d6a52b3981ffc970d5a42d018b081e (diff) | |
download | wix-de577ec42b5309cdad9fe22836cb4aa8cdaa8368.tar.gz wix-de577ec42b5309cdad9fe22836cb4aa8cdaa8368.tar.bz2 wix-de577ec42b5309cdad9fe22836cb4aa8cdaa8368.zip |
Re-disable validation tests due to flakiness.
-rw-r--r-- | src/wix/test/WixToolsetTest.CoreIntegration/ValidationFixture.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
20 | // These tests are still interesting (and complex) enough to keep | 20 | // These tests are still interesting (and complex) enough to keep |
21 | // around for manual testing. Uncomment or define the following | 21 | // around for manual testing. Uncomment or define the following |
22 | // line to do so. | 22 | // line to do so. |
23 | #if DISABLE_VALIDATION_TESTS_DUE_TO_WINDOWS_INSTALLER_INCONSISTENCIES | ||
23 | public class ValidationFixture | 24 | public class ValidationFixture |
24 | { | 25 | { |
25 | [Fact] | 26 | [Fact] |
@@ -422,4 +423,5 @@ namespace WixToolsetTest.CoreIntegration | |||
422 | } | 423 | } |
423 | } | 424 | } |
424 | } | 425 | } |
426 | #endif | ||
425 | } | 427 | } |