From d8f54c4206de4a09e4b70494d5f7e44d9015bb7b Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 8 Dec 2016 16:27:56 -0800 Subject: Disable jruby test. (#2469) Missed in #2467. --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 348a8493..c20b875d 100755 --- a/tests.sh +++ b/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() { -- cgit v1.2.3