Skip to content

Commit 570a2d1

Browse files
committed
Do not run idempotency_test.rb on TruffleRuby
* It's too slow as it includes all Ruby files from stdlib, gems and more.
1 parent 42bb2a4 commit 570a2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/idempotency_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
return unless ENV["CI"]
3+
return unless ENV["CI"] and RUBY_ENGINE != "truffleruby"
44
require_relative "test_helper"
55

66
module SyntaxTree

0 commit comments

Comments
 (0)