Skip to content

Commit

Permalink
Remove github_action_linux tag from bundler examples.
Browse files Browse the repository at this point in the history
  Maybe it has fixed at 5a384e2
  • Loading branch information
hsbt committed Aug 23, 2019
1 parent 3b55394 commit d9b73dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spec/bundler/commands/exec_spec.rb
Expand Up @@ -55,7 +55,7 @@
expect(out).to eq("hi")
end

it "respects custom process title when loading through ruby", :github_action_linux do
it "respects custom process title when loading through ruby" do
script_that_changes_its_own_title_and_checks_if_picked_up_by_ps_unix_utility = <<~'RUBY'
Process.setproctitle("1-2-3-4-5-6-7-8-9-10-11-12-13-14-15")
puts `ps -ocommand= -p#{$$}`
Expand Down
1 change: 0 additions & 1 deletion spec/bundler/spec_helper.rb
Expand Up @@ -71,7 +71,6 @@ def self.ruby=(ruby)
config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0])
config.filter_run_excluding :ruby_repo => !ENV["GEM_COMMAND"].nil?
config.filter_run_excluding :no_color_tty => Gem.win_platform? || !ENV["GITHUB_ACTION"].nil?
config.filter_run_excluding :github_action_linux => !ENV["GITHUB_ACTION"].nil? && (ENV["RUNNER_OS"] == "Linux")

config.filter_run_when_matching :focus unless ENV["CI"]

Expand Down

0 comments on commit d9b73dc

Please sign in to comment.