test_tap: remove problematic test

`Tap#private?` requires Github API, which can cause problem on Travis CI
due to API rate limit.
This commit is contained in:
Xu Cheng 2016-01-11 19:47:35 +08:00
parent 1e93eb99a7
commit 86cc780ea2

View File

@ -104,7 +104,6 @@ class TapTest < Homebrew::TestCase
assert_equal "https://github.com/Homebrew/homebrew-foo", @tap.remote
assert_raises(TapUnavailableError) { Tap.new("Homebrew", "bar").remote }
refute_predicate @tap, :custom_remote?
assert_predicate @tap, :private?
version_tap = Tap.new("Homebrew", "versions")
version_tap.path.mkpath