diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2026-04-02 15:42:28 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2026-04-02 20:17:13 -0400 |
| commit | 23175641853cfe7e1a98655ae706f86fbf093535 (patch) | |
| tree | fe5b86e040ec7e39689c282272d6462b2297d2e8 | |
| parent | 6ebe6f976fbd34091ec69850f49cc5bed04d9f9f (diff) | |
Revert "ZJIT: Skip TestOpenURI and TestOpenURISSL (#16603)"
This reverts commit 33b9d2ab9f45a0c66665fb8dc40ddebd07c7b7b7.
| -rw-r--r-- | test/.excludes-zjit/TestOpenURI.rb | 3 | ||||
| -rw-r--r-- | test/.excludes-zjit/TestOpenURISSL.rb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/.excludes-zjit/TestOpenURI.rb b/test/.excludes-zjit/TestOpenURI.rb deleted file mode 100644 index f08a2d7e89..0000000000 --- a/test/.excludes-zjit/TestOpenURI.rb +++ /dev/null @@ -1,3 +0,0 @@ -if RUBY_PLATFORM =~ /linux/ - exclude(/test_/, 'randomly fails with SystemStackError (Shopify/ruby#964)') -end diff --git a/test/.excludes-zjit/TestOpenURISSL.rb b/test/.excludes-zjit/TestOpenURISSL.rb deleted file mode 100644 index f08a2d7e89..0000000000 --- a/test/.excludes-zjit/TestOpenURISSL.rb +++ /dev/null @@ -1,3 +0,0 @@ -if RUBY_PLATFORM =~ /linux/ - exclude(/test_/, 'randomly fails with SystemStackError (Shopify/ruby#964)') -end |
