浏览代码

Disable jruby test. (#2469)

Missed in #2467.
Paul Yang 8 年之前
父节点
当前提交
d8f54c4206
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -329,7 +329,7 @@ build_ruby_all() {
   build_ruby22
   build_ruby22
   # TODO(teboring): Disable jruby test temperarily for it randomly fails.
   # TODO(teboring): Disable jruby test temperarily for it randomly fails.
   # https://grpc-testing.appspot.com/job/protobuf_pull_request/735/consoleFull.
   # https://grpc-testing.appspot.com/job/protobuf_pull_request/735/consoleFull.
-  build_jruby
+  # build_jruby
 }
 }
 
 
 build_javascript() {
 build_javascript() {