Skip to content
Snippets Groups Projects
Commit 50c964df authored by Mike McQuaid's avatar Mike McQuaid
Browse files

uninstall: skip some flaky tests for now.

These will be fixed properly later but this will avoid causing
unnecessary CI failures.
parent c1af8fba
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,13 @@ class UninstallTests < Homebrew::TestCase ...@@ -35,11 +35,13 @@ class UninstallTests < Homebrew::TestCase
end end
def test_check_for_testball_f2s_when_developer def test_check_for_testball_f2s_when_developer
skip "Flaky test"
assert_match "Warning", handle_unsatisfied_dependents assert_match "Warning", handle_unsatisfied_dependents
refute_predicate Homebrew, :failed? refute_predicate Homebrew, :failed?
end end
def test_check_for_dependents_when_not_developer def test_check_for_dependents_when_not_developer
skip "Flaky test"
run_as_not_developer do run_as_not_developer do
assert_match "Error", handle_unsatisfied_dependents assert_match "Error", handle_unsatisfied_dependents
assert_predicate Homebrew, :failed? assert_predicate Homebrew, :failed?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment