Skip to content

Commit c8a6b3d

Browse files
committed
[GR-46390] Use the FileFormatter in CI to produce less output and add --timeout
PullRequest: truffleruby/3844
2 parents 80d7d4d + 3499a2c commit c8a6b3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/mri/excludes/TestRipper/Sexp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
exclude :test_pattern_matching_415, "needs investigation"
22
exclude :test_pattern_matching_427, "needs investigation"
33
exclude :test_pattern_matching_439, "needs investigation"
4+
exclude :test_params_mlhs, "transient"

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ def mspec(*args)
16441644
options += %w[--excl-tag slow]
16451645
end
16461646

1647-
options += %w[--format specdoc] if ci?
1647+
options += %w[--timeout 300] if ci?
16481648

16491649
args, ruby_args = args_split(args)
16501650
vm_args, ruby_args, parsed_options = ruby_options({}, ['--reveal', *ruby_args])

0 commit comments

Comments
 (0)