소스 검색

Disable jruby test. (#2469)

Missed in #2467.
Paul Yang 9 년 전
부모
커밋
d8f54c4206
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {