Skip to content

Commit

Permalink
only run GC tests on MIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 6, 2024
1 parent 200a7e3 commit 7aca5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/activity_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def call(*)
end
end

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1")
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1") && RUBY_ENGINE == "ruby"
# TODO: we can remove this once we drop Ruby <= 3.3.6.
class GCBugTest < Minitest::Spec
it "still finds {.method} tasks after GC compression" do
Expand Down

0 comments on commit 7aca5e1

Please sign in to comment.