diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-18 09:23:54 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-18 09:23:54 -0500 |
commit | eb1fe8aefa064f943f31a79ba00436947b653cdd (patch) | |
tree | c1249a908b8b166e966a15197d6d80ee14d4136f /src/test | |
parent | a451caf6d60e3f7fcbd56b87ca3c0f393e8f7b52 (diff) | |
download | wix-eb1fe8aefa064f943f31a79ba00436947b653cdd.tar.gz wix-eb1fe8aefa064f943f31a79ba00436947b653cdd.tar.bz2 wix-eb1fe8aefa064f943f31a79ba00436947b653cdd.zip |
Reference issues in failing tests.
Diffstat (limited to 'src/test')
3 files changed, 5 insertions, 5 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"); |
diff --git a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs b/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs index 6437b731..5d61828f 100644 --- a/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/DependencyExtensionFixture.cs | |||
@@ -12,7 +12,7 @@ namespace WixToolsetTest.CoreIntegration | |||
12 | 12 | ||
13 | public class DependencyExtensionFixture | 13 | public class DependencyExtensionFixture |
14 | { | 14 | { |
15 | [Fact(Skip = "Test demonstrates failure")] | 15 | [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6388")] |
16 | public void CanBuildBundleUsingExePackageWithProvides() | 16 | public void CanBuildBundleUsingExePackageWithProvides() |
17 | { | 17 | { |
18 | var folder = TestData.Get(@"TestData"); | 18 | var folder = TestData.Get(@"TestData"); |
diff --git a/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs b/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs index de6d00a2..774850ec 100644 --- a/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/PatchFixture.cs | |||
@@ -86,7 +86,7 @@ namespace WixToolsetTest.CoreIntegration | |||
86 | } | 86 | } |
87 | } | 87 | } |
88 | 88 | ||
89 | [Fact(Skip = "Test demonstrates failure")] | 89 | [Fact(Skip = "https://github.com/wixtoolset/issues/issues/6387")] |
90 | public void CanBuildPatchFromProductWithFilesFromWixlib() | 90 | public void CanBuildPatchFromProductWithFilesFromWixlib() |
91 | { | 91 | { |
92 | var folder = TestData.Get(@"TestData\PatchFromWixlib"); | 92 | var folder = TestData.Get(@"TestData\PatchFromWixlib"); |