diff options
| author | Alyssa Ross | 2016-11-15 17:54:13 +0000 |
|---|---|---|
| committer | Alyssa Ross | 2016-11-17 14:26:00 +0000 |
| commit | 5baf16f50e71cd8224dad58350e67fceb56942a1 (patch) | |
| tree | 4fd3fdcefdc42040c21b27dc47c2e57dbed6746f /Library | |
| parent | 8bfc205a878fb154185e07253f539ec503fc808f (diff) | |
| download | brew-5baf16f50e71cd8224dad58350e67fceb56942a1.tar.bz2 | |
Revert "uninstall: skip some flaky tests for now."
This reverts commit 50c964df2ebda125366a94f0e8701eaeb0d98fa7.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/uninstall_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/uninstall_test.rb b/Library/Homebrew/test/uninstall_test.rb index 70a694353..06b067886 100644 --- a/Library/Homebrew/test/uninstall_test.rb +++ b/Library/Homebrew/test/uninstall_test.rb @@ -34,13 +34,11 @@ class UninstallTests < Homebrew::TestCase end def test_check_for_testball_f2s_when_developer - skip "Flaky test" assert_match "Warning", handle_unsatisfied_dependents refute_predicate Homebrew, :failed? end def test_check_for_dependents_when_not_developer - skip "Flaky test" run_as_not_developer do assert_match "Error", handle_unsatisfied_dependents assert_predicate Homebrew, :failed? |
