Skip to content

Fix the if condition to skip test_ractor.rb correctly #13067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 6, 2025
Merged

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Apr 4, 2025

Follow-up for a2b03ba

@ono-max ono-max requested a review from hsbt April 4, 2025 00:53
@@ -1636,7 +1636,7 @@ class C

1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) }
"ok"
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] == 'ModGC' # flaky
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe?

Suggested change
} if !yjit_enabled? || ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky
} if !yjit_enabled? && ENV['GITHUB_WORKFLOW'] != 'ModGC' # flaky

@ono-max ono-max enabled auto-merge (squash) April 4, 2025 01:36
@ono-max ono-max disabled auto-merge April 5, 2025 00:54
@ono-max ono-max merged commit b5ac483 into master Apr 6, 2025
144 checks passed
@ono-max ono-max deleted the ono-max-patch-1 branch April 6, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants