Merge pull request #1866 from MikeMcQuaid/cask-skip-flaky-test
suite_test: skip flaky test.
This commit is contained in:
commit
d8730ecf0b
@ -13,6 +13,8 @@ describe Hbc::Artifact::Suite do
|
||||
end
|
||||
|
||||
it "moves the suite to the proper directory" do
|
||||
skip("flaky test")
|
||||
|
||||
shutup do
|
||||
install_phase.call
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user