Revert "uninstall: skip some flaky tests for now."
This reverts commit 50c964df2ebda125366a94f0e8701eaeb0d98fa7.
This commit is contained in:
parent
8bfc205a87
commit
5baf16f50e
@ -34,13 +34,11 @@ 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?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user