aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
index 3829cdf0..20044235 100644
--- a/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/BundleManifestFixture.cs
@@ -51,7 +51,7 @@ namespace WixToolsetTest.CoreIntegration
51 } 51 }
52 } 52 }
53 53
54 [Fact(Skip = "Test demonstrates failure")] 54 [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6372")]
55 public void PopulatesBAManifestWithPackageInformation() 55 public void PopulatesBAManifestWithPackageInformation()
56 { 56 {
57 var folder = TestData.Get(@"TestData"); 57 var folder = TestData.Get(@"TestData");
@@ -94,7 +94,7 @@ namespace WixToolsetTest.CoreIntegration
94 } 94 }
95 } 95 }
96 96
97 [Fact(Skip = "Test demonstrates failure")] 97 [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6370")]
98 public void PopulatesBAManifestWithPayloadInformation() 98 public void PopulatesBAManifestWithPayloadInformation()
99 { 99 {
100 var folder = TestData.Get(@"TestData"); 100 var folder = TestData.Get(@"TestData");
@@ -278,7 +278,7 @@ namespace WixToolsetTest.CoreIntegration
278 } 278 }
279 } 279 }
280 280
281 [Fact(Skip = "Test demonstrates failure")] 281 [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6370")]
282 public void PopulatesManifestWithExePackages() 282 public void PopulatesManifestWithExePackages()
283 { 283 {
284 var folder = TestData.Get(@"TestData"); 284 var folder = TestData.Get(@"TestData");