mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore test_racc_command with linux platform
This commit is contained in:
parent
1c03026ea3
commit
8540efd342
Notes:
git
2019-10-31 08:40:12 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ module Racc
|
|||
|
||||
def assert_output_unchanged(asset)
|
||||
# racc generates the difference results in GitHub Actions
|
||||
omit if ENV['GITHUB_ACTION']
|
||||
omit if RUBY_PLATFORM =~ /linux/
|
||||
|
||||
file = File.basename(asset, '.y')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue