Skip to content

Commit 33b9d2a

Browse files
authored
ZJIT: Skip TestOpenURI and TestOpenURISSL (ruby#16603)
1 parent f0f9243 commit 33b9d2a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

test/.excludes-zjit/TestOpenURI.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if RUBY_PLATFORM =~ /linux/
2+
exclude(/test_/, 'randomly fails with SystemStackError (Shopify/ruby#964)')
3+
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if RUBY_PLATFORM =~ /linux/
2+
exclude(/test_/, 'randomly fails with SystemStackError (Shopify/ruby#964)')
3+
end

0 commit comments

Comments
 (0)