diff options
author | Takashi Kokubun <[email protected]> | 2023-03-17 09:06:52 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-17 09:06:52 -0700 |
commit | c62cf60d187fbe74da97f79148789cdd1bfa0332 (patch) | |
tree | 1a8f26fc28b79fea42c82f42bdf81d3731811453 | |
parent | 418cf344fb5f6a69c47039e63b1b7db2a0cd66e3 (diff) |
Skip a flaky test that might not work
-rw-r--r-- | bootstraptest/test_load.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_load.rb b/bootstraptest/test_load.rb index e63c93a8f4..3253582a32 100644 --- a/bootstraptest/test_load.rb +++ b/bootstraptest/test_load.rb @@ -12,7 +12,7 @@ assert_equal 'ok', %q{ } }.map {|t| t.value } vs[0] == M && vs[1] == M ? :ok : :ng -}, '[ruby-dev:32048]' +}, '[ruby-dev:32048]' unless ENV.fetch('RUN_OPTS', '').include?('rjit') # Thread seems to be switching during JIT. To be fixed later. assert_equal 'ok', %q{ %w[a a/foo b].each {|d| Dir.mkdir(d)} |