aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 14:23:44 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 21:32:39 -0600
commit149867e176f22fe0af1a57355a7ace820710a791 (patch)
treeb4719d0fe980bc78398c1717b3683f33afb6e1c8 /src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
parent0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3 (diff)
downloadwix-149867e176f22fe0af1a57355a7ace820710a791.tar.gz
wix-149867e176f22fe0af1a57355a7ace820710a791.tar.bz2
wix-149867e176f22fe0af1a57355a7ace820710a791.zip
Add more failing tests and label them with the issue number.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs b/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
index 967c38f8..00088fb9 100644
--- a/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/CustomActionFixture.cs
@@ -11,7 +11,7 @@ namespace WixToolsetTest.CoreIntegration
11 11
12 public class CustomActionFixture 12 public class CustomActionFixture
13 { 13 {
14 [Fact(Skip = "Test demonstrates failure")] 14 [Fact(Skip = "Test demonstrates failure")] //https://github.com/wixtoolset/issues/issues/6201
15 public void CanDetectCustomActionCycle() 15 public void CanDetectCustomActionCycle()
16 { 16 {
17 var folder = TestData.Get(@"TestData"); 17 var folder = TestData.Get(@"TestData");