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:
parent
1e93eb99a7
commit
86cc780ea2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user