Explorar o código

Disable jruby test. (#2469)

Missed in #2467.
Paul Yang %!s(int64=9) %!d(string=hai) anos
pai
achega
d8f54c4206
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {