diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-02-12 13:10:32 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-12 14:02:56 -0800 |
| commit | f313b4ceea8f9aebe70ef15930bd380106fa2172 (patch) | |
| tree | ddb3b51ee4d56a9658d63ce939c9420d335164e9 /src | |
| parent | f98a0e10c320784634a3c27e37932da5b0784828 (diff) | |
| download | wix-f313b4ceea8f9aebe70ef15930bd380106fa2172.tar.gz wix-f313b4ceea8f9aebe70ef15930bd380106fa2172.tar.bz2 wix-f313b4ceea8f9aebe70ef15930bd380106fa2172.zip | |
Skip `CanChangeCommentOfExistingNonDomainGroup` test due to CI failures
Diffstat (limited to '')
| -rw-r--r-- | src/test/msi/WixToolsetTest.MsiE2E/UtilExtensionGroupTests.cs | 2 |
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 |
