diff options
author | Muxi Yan <mxyan@google.com> | 2017-07-27 15:33:16 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-07-27 15:33:16 -0700 |
commit | 7b11719876c4220f7acaf93353708a57f9c51901 (patch) | |
tree | 4866ca4b28a7628777ff161898fa076159c60105 /test/core/end2end | |
parent | 68760439e7e1b414f879a1524db00ed426e132ac (diff) |
fix Bazel build
Diffstat (limited to 'test/core/end2end')
-rwxr-xr-x | test/core/end2end/generate_tests.bzl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/end2end/generate_tests.bzl b/test/core/end2end/generate_tests.bzl index 901047cfef..39efe2d3a4 100755 --- a/test/core/end2end/generate_tests.bzl +++ b/test/core/end2end/generate_tests.bzl @@ -139,7 +139,6 @@ END2END_TESTS = { 'simple_request': test_options(), 'streaming_error_response': test_options(), 'stream_compressed_payload': test_options(proxyable=False, exclude_inproc=True), - 'stream_compression': test_options(), 'stream_payload': test_options(exclude_inproc=True), 'stream_ping_pong_streaming': test_options(exclude_inproc=True), 'trailing_metadata': test_options(), |