Browse Source

Disable jruby test. (#2469)

Missed in #2467.
Paul Yang 8 years ago
parent
commit
d8f54c4206
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

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