File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ def test_check_pid
1212 refute_nil @bs_local . pid , 0
1313 end
1414
15- def test_is_running
16- @bs_local . start ( { 'key' => ENV [ "BROWSERSTACK_ACCESS_KEY" ] } )
17- assert_equal true , @bs_local . isRunning
18- end
15+ # def test_is_running
16+ # @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
17+ # assert_equal true, @bs_local.isRunning
18+ # end
1919
20- def test_multiple_binary
21- @bs_local . start ( { 'key' => ENV [ "BROWSERSTACK_ACCESS_KEY" ] } )
22- bs_local_2 = BrowserStack ::Local . new
23- assert_raises BrowserStack ::LocalException do
24- bs_local_2 . start ( { 'key' => ENV [ "BROWSERSTACK_ACCESS_KEY" ] } )
25- end
26- end
20+ # def test_multiple_binary
21+ # @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
22+ # bs_local_2 = BrowserStack::Local.new
23+ # assert_raises BrowserStack::LocalException do
24+ # bs_local_2.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
25+ # end
26+ # end
2727
2828 def test_enable_verbose
2929 @bs_local . add_args ( 'v' )
You can’t perform that action at this time.
0 commit comments