aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bazel_example_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/bazel_example_test.sh')
-rwxr-xr-xsrc/test/shell/bazel/bazel_example_test.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/shell/bazel/bazel_example_test.sh b/src/test/shell/bazel/bazel_example_test.sh
index 9908ebc6c9..b9d2aef276 100755
--- a/src/test/shell/bazel/bazel_example_test.sh
+++ b/src/test/shell/bazel/bazel_example_test.sh
@@ -168,12 +168,4 @@ function test_java_test_skylark() {
assert_test_fails //${javatests}:fail
}
-function test_protobuf() {
- setup_protoc_support
- local jar=bazel-bin/examples/proto/libtest_proto.jar
- assert_build_output $jar //examples/proto:test_proto
- unzip -v $jar | grep -q 'KeyVal\.class' \
- || fail "Did not find KeyVal class in proto jar."
-}
-
run_suite "examples"