We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CanChangeCommentOfExistingNonDomainGroup
1 parent f98a0e1 commit f313b4cCopy full SHA for f313b4c
src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs
@@ -243,7 +243,7 @@ public void CanRepairCommentOfNewNonDomainGroup()
243
}
244
245
// Verify that a comment can be changed for an existing group
246
- [RuntimeFact]
+ [RuntimeFact(Skip = "wixtoolset/issues#8941 - This test fails intermittently in CI. Disabling until the root cause is fixed.")]
247
public void CanChangeCommentOfExistingNonDomainGroup()
248
{
249
try
0 commit comments