Skip to content

Commit 5ba61fb

Browse files
committed
(build) Ignore another test
Similar to the last commit, let's ignore another test, as this one is known to be flaky, and is currently failing on GitHub Actions.
1 parent 5a37e1f commit 5ba61fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/chocolatey.tests.integration/scenarios/UpgradeScenarios.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,8 @@ public void should_not_have_warning_package_result()
13241324
}
13251325
}
13261326

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.")]
13271329
[WindowsOnly]
13281330
[Platform(Exclude = "Mono")]
13291331
public class when_upgrading_a_package_with_a_read_and_delete_share_locked_file : ScenariosBase

0 commit comments

Comments
 (0)