Skip to content

Commit de157f4

Browse files
authored
ZJIT: Skip a flaky DNS test (ruby#15192)
1 parent d966ba7 commit de157f4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
timeout-minutes: 60
123123
env:
124124
RUBY_TESTOPTS: '-q --tty=no'
125+
EXCLUDES: '../src/test/.excludes-zjit'
125126
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
126127
SYNTAX_SUGGEST_TIMEOUT: '5'
127128
PRECHECK_BUNDLED_GEMS: 'no'

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
timeout-minutes: 90
170170
env:
171171
RUBY_TESTOPTS: '-q --tty=no'
172+
EXCLUDES: '../src/test/.excludes-zjit'
172173
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
173174
PRECHECK_BUNDLED_GEMS: 'no'
174175
SYNTAX_SUGGEST_TIMEOUT: '5'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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

0 commit comments

Comments
 (0)