Skip to content
Snippets Groups Projects
Commit bdf0e0ef authored by Baptiste Fontaine's avatar Baptiste Fontaine
Browse files

tests: remove the problematic test-bot test

It makes Travis checks fail on the master.
parent 87ee0ab3
No related branches found
No related tags found
No related merge requests found
......@@ -627,21 +627,6 @@ class IntegrationCommandTests < Homebrew::TestCase
(HOMEBREW_REPOSITORY/".git").rmtree
end
def test_test_bot
formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
formula_file.write <<-EOS.undent
class Testball < Formula
url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz"
sha256 "#{TESTBALL_SHA256}"
end
EOS
assert_match "==> brew install --verbose --build-bottle testball",
cmd("test-bot", "--dry-run", "testball")
ensure
formula_file.unlink
end
def test_custom_command
mktmpdir do |path|
cmd = "int-test-#{rand}"
......
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