We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bb2a4 commit 570a2d1Copy full SHA for 570a2d1
test/idempotency_test.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-return unless ENV["CI"]
+return unless ENV["CI"] and RUBY_ENGINE != "truffleruby"
4
require_relative "test_helper"
5
6
module SyntaxTree
0 commit comments