Skip to content

Commit 5bb5a86

Browse files
author
Michael Klishin
committed
Exclude ruby/tutorial5 from CI
It fails with obscure networking issues on CI and passes on 2 different OSes locally.
1 parent ba023bc commit 5bb5a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ def skip(cwd_cmd, to_skip):
7676
['php']),
7777
'%(arg2)s'),
7878
'tut5': (skip(gen('emit_log_topic', arg='%(arg)s.foo %(arg2)s'),
79-
['php']),
79+
['php', 'ruby']),
8080
skip(gen('receive_logs_topic', arg='%(arg)s.*'),
81-
['php']),
81+
['php', 'ruby']),
8282
'%(arg2)s'),
8383
'tut6': (skip(gen('rpc_client', java='RPCClient', dotnet='RPCClient'),
8484
['erlang']),

0 commit comments

Comments
 (0)