Skip to content

Commit

Permalink
skip because headless CI
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Mar 4, 2024
1 parent 4420f4e commit a5efae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/launchy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
end

it "raises an exepction if the browser failed to launch" do
skip("because headless CI") if ENV["CI"] == "true"
caught = nil
Launchy.open( @invalid_url, application: "browser") do |exception|
caught = exception
Expand Down

0 comments on commit a5efae7

Please sign in to comment.