diff options
Diffstat (limited to 'src')
-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 | } |