Skip to content

Commit 7a11d01

Browse files
committed
Exclude bad_syntax.rb from integration tests
Exclude command_line/fixtures/bad_syntax.rb file from integrations test as they will always fail, because the file contains broken syntax.
1 parent e8cce5b commit 7a11d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Revision of rubyspec on the last CI build of unparser that passed
2121
repo_ref: 'origin/master'
2222
exclude:
23+
- command_line/fixtures/bad_syntax.rb
2324
- core/array/pack/shared/float.rb
2425
- core/array/pack/shared/integer.rb
2526
- core/array/pack/shared/string.rb
@@ -79,4 +80,3 @@
7980
- library/stringscanner/shared/get_byte.rb
8081
- library/zlib/inflate/set_dictionary_spec.rb
8182
- optional/capi/integer_spec.rb
82-

0 commit comments

Comments
 (0)