Skip to content

Commit d368d42

Browse files
authored
ZJIT: Skip TestOpenURIProxy on Linux (ruby#16606)
Same random SystemStackError as TestOpenURI and TestOpenURISSL.
1 parent 714b4b5 commit d368d42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)