[ruby/irb] This doesn't work on RubyCI either
http://rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20221202T063302Z.fail.html.gz http://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20221202T053006Z.fail.html.gz http://rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20221202T063002Z.fail.html.gz http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20221202T054503Z.fail.html.gz https://github.com/ruby/irb/commit/13c2484d59
This commit is contained in:
parent
b3890670b2
commit
f01bfa8af7
@ -16,8 +16,8 @@ module TestIRB
|
||||
}
|
||||
|
||||
def setup
|
||||
if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby"
|
||||
omit "This doesn't work on ruby/ruby CI"
|
||||
if ENV["GITHUB_ACTION_REPOSITORY"] != "ruby/irb"
|
||||
omit "This test works only on ruby/irb CI"
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user