diff options
| author | Takashi Kokubun <takashi.kokubun@shopify.com> | 2025-11-14 10:46:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 18:46:42 +0000 |
| commit | de157f423ed6b4a6a741d480cd82dc163412c00a (patch) | |
| tree | c9b35f7bf285f47fa254cd006eda609494244ea9 | |
| parent | d966ba757c99e638aea5d96920987aa1a1aabc9a (diff) | |
ZJIT: Skip a flaky DNS test (#15192)
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 1 | ||||
| -rw-r--r-- | test/.excludes-zjit/TestResolvDNS.rb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index ea9e60b1b4..944b73ec90 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -122,6 +122,7 @@ jobs: timeout-minutes: 60 env: RUBY_TESTOPTS: '-q --tty=no' + EXCLUDES: '../src/test/.excludes-zjit' TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' SYNTAX_SUGGEST_TIMEOUT: '5' PRECHECK_BUNDLED_GEMS: 'no' diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index a358c284b1..41a52ed1a2 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -169,6 +169,7 @@ jobs: timeout-minutes: 90 env: RUBY_TESTOPTS: '-q --tty=no' + EXCLUDES: '../src/test/.excludes-zjit' TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' PRECHECK_BUNDLED_GEMS: 'no' SYNTAX_SUGGEST_TIMEOUT: '5' diff --git a/test/.excludes-zjit/TestResolvDNS.rb b/test/.excludes-zjit/TestResolvDNS.rb new file mode 100644 index 0000000000..1a85ea90be --- /dev/null +++ b/test/.excludes-zjit/TestResolvDNS.rb @@ -0,0 +1 @@ +exclude(:test_multiple_servers_with_timeout_and_truncated_tcp_fallback, 'randomly crashes on Thread#value, showing up as Timeout') # https://github.com/Shopify/ruby/issues/852 |
