aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs b/src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs
index abed83c6..4357d12d 100644
--- a/src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs
+++ b/src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs
@@ -243,7 +243,7 @@ namespace WixToolsetTest.MsiE2E
243 } 243 }
244 244
245 // Verify that a comment can be changed for an existing group 245 // Verify that a comment can be changed for an existing group
246 [RuntimeFact] 246 [RuntimeFact(Skip = "wixtoolset/issues#8941 - This test fails intermittently in CI. Disabling until the root cause is fixed.")]
247 public void CanChangeCommentOfExistingNonDomainGroup() 247 public void CanChangeCommentOfExistingNonDomainGroup()
248 { 248 {
249 try 249 try