Skip to content

Commit c1651e7

Browse files
committed
[GR-27140] Skip benchmark which is known to fail
PullRequest: truffleruby/2180
2 parents c66b62a + 2575a02 commit c1651e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tool/fail-if-any-failed.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
["server", "graal-core", "jruby", "truffle-cexts", "chunky", "chunky-operations-replace"],
3737

3838
# JRuby
39-
["server", "default", "jruby", "indy", "micro", "micro/file/read.rb:core-read-gigabyte"]
39+
["server", "default", "jruby", "indy", "micro", "micro/file/read.rb:core-read-gigabyte"],
40+
41+
# MultiTier
42+
["svm", "graal-core", "jruby", "truffle-multi-tier", "ruby-warmup", "blog6-rails-routes"], # GR-27140
4043
]
4144

4245
if File.exist?('failures')

0 commit comments

Comments
 (0)