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.
1 parent 5a37e1f commit 5ba61fbCopy full SHA for 5ba61fb
src/chocolatey.tests.integration/scenarios/UpgradeScenarios.cs
@@ -1324,6 +1324,8 @@ public void should_not_have_warning_package_result()
1324
}
1325
1326
1327
+ [Ignore("This test is known to be flaky in some environments, see comments on the develop branch for the same test.")]
1328
+ [NotWorking("This test is known to be flaky in some environments, see comments on the develop branch for the same test.")]
1329
[WindowsOnly]
1330
[Platform(Exclude = "Mono")]
1331
public class when_upgrading_a_package_with_a_read_and_delete_share_locked_file : ScenariosBase
0 commit comments