diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs index d958b454..4fccb0e9 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs +++ b/src/test/burn/WixToolsetTest.BurnE2E/PrereqBaTests.cs | |||
@@ -21,7 +21,7 @@ namespace WixToolsetTest.BurnE2E | |||
21 | /// The preqba doesn't infinitely try to install prereqs. | 21 | /// The preqba doesn't infinitely try to install prereqs. |
22 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. | 22 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. |
23 | /// </summary> | 23 | /// </summary> |
24 | [RuntimeFact] | 24 | [RuntimeFact(Skip = ".NET displays a message box when runtime is not present on the machine which hangs on CI systems. Skip this test until we can get a different behavior from .NET")] |
25 | public void DncAlwaysPreqBaDetectsInfiniteLoop() | 25 | public void DncAlwaysPreqBaDetectsInfiniteLoop() |
26 | { | 26 | { |
27 | var packageA = this.CreatePackageInstaller("PackageA"); | 27 | var packageA = this.CreatePackageInstaller("PackageA"); |
@@ -54,7 +54,7 @@ namespace WixToolsetTest.BurnE2E | |||
54 | /// The preqba doesn't infinitely reload itself after failing to load the managed BA. | 54 | /// The preqba doesn't infinitely reload itself after failing to load the managed BA. |
55 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. | 55 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. |
56 | /// </summary> | 56 | /// </summary> |
57 | [RuntimeFact] | 57 | [RuntimeFact(Skip = ".NET displays a message box when runtime is not present on the machine which hangs on CI systems. Skip this test until we can get a different behavior from .NET")] |
58 | public void DncPreqBaDetectsInfiniteLoop() | 58 | public void DncPreqBaDetectsInfiniteLoop() |
59 | { | 59 | { |
60 | var packageA = this.CreatePackageInstaller("PackageA"); | 60 | var packageA = this.CreatePackageInstaller("PackageA"); |
@@ -165,7 +165,7 @@ namespace WixToolsetTest.BurnE2E | |||
165 | /// The preqba doesn't infinitely try to install prereqs. | 165 | /// The preqba doesn't infinitely try to install prereqs. |
166 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. | 166 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. |
167 | /// </summary> | 167 | /// </summary> |
168 | [RuntimeFact] | 168 | [RuntimeFact(Skip = ".NET displays a message box when runtime is not present on the machine which hangs on CI systems. Skip this test until we can get a different behavior from .NET")] |
169 | public void MbaAlwaysPreqBaDetectsInfiniteLoop() | 169 | public void MbaAlwaysPreqBaDetectsInfiniteLoop() |
170 | { | 170 | { |
171 | var packageB = this.CreatePackageInstaller("PackageB"); | 171 | var packageB = this.CreatePackageInstaller("PackageB"); |
@@ -198,7 +198,7 @@ namespace WixToolsetTest.BurnE2E | |||
198 | /// The preqba doesn't infinitely reload itself after failing to load the managed BA. | 198 | /// The preqba doesn't infinitely reload itself after failing to load the managed BA. |
199 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. | 199 | /// The engine automatically uninstalls the bundle since only permanent packages were installed. |
200 | /// </summary> | 200 | /// </summary> |
201 | [RuntimeFact] | 201 | [RuntimeFact(Skip = ".NET displays a message box when runtime is not present on the machine which hangs on CI systems. Skip this test until we can get a different behavior from .NET")] |
202 | public void MbaPreqBaDetectsInfiniteLoop() | 202 | public void MbaPreqBaDetectsInfiniteLoop() |
203 | { | 203 | { |
204 | var packageB = this.CreatePackageInstaller("PackageB"); | 204 | var packageB = this.CreatePackageInstaller("PackageB"); |