Skip to content

Commit f313b4c

Browse files
committed
Skip CanChangeCommentOfExistingNonDomainGroup test due to CI failures
1 parent f98a0e1 commit f313b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public void CanRepairCommentOfNewNonDomainGroup()
243243
}
244244

245245
// 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.")]
247247
public void CanChangeCommentOfExistingNonDomainGroup()
248248
{
249249
try

0 commit comments

Comments
 (0)