diff options
| author | Mike McQuaid | 2017-06-07 16:25:07 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-06-07 16:25:07 +0100 |
| commit | 7d5b8a5cea122c09f297dffa6b76187c413a9565 (patch) | |
| tree | 3731a00951ce2789ef0430ba0e5bd7fa1136134e /Library/Homebrew/test/cask/artifact | |
| parent | cfc40196f22fd07cf62a6f51ee22915485bb4c09 (diff) | |
| download | brew-7d5b8a5cea122c09f297dffa6b76187c413a9565.tar.bz2 | |
tests: cleanup tests.
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
Diffstat (limited to 'Library/Homebrew/test/cask/artifact')
| -rw-r--r-- | Library/Homebrew/test/cask/artifact/suite_spec.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/test/cask/artifact/suite_spec.rb b/Library/Homebrew/test/cask/artifact/suite_spec.rb index 98ae93311..eca6b6f17 100644 --- a/Library/Homebrew/test/cask/artifact/suite_spec.rb +++ b/Library/Homebrew/test/cask/artifact/suite_spec.rb @@ -10,19 +10,6 @@ describe Hbc::Artifact::Suite, :cask do InstallHelper.install_without_artifacts(cask) end - it "moves the suite to the proper directory" do - skip("flaky test") # FIXME - - shutup do - install_phase.call - end - - expect(target_path).to be_a_directory - expect(target_path).to be_a_symlink - expect(target_path.readlink).to exist - expect(source_path).not_to exist - end - it "creates a suite containing the expected app" do shutup do install_phase.call |
