aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/end2end/tests/simple_request.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/end2end/tests/simple_request.c b/test/core/end2end/tests/simple_request.c
index e367ed3d9f..1d070795c1 100644
--- a/test/core/end2end/tests/simple_request.c
+++ b/test/core/end2end/tests/simple_request.c
@@ -179,9 +179,6 @@ static void simple_request_body(grpc_end2end_test_fixture f) {
GPR_ASSERT(0 == strcmp(call_details.method, "/foo"));
GPR_ASSERT(0 == strcmp(call_details.host, "test.google.com"));
GPR_ASSERT(was_cancelled == 1);
- GPR_ASSERT(initial_metadata_recv.count == 0);
- GPR_ASSERT(trailing_metadata_recv.count == 0);
- GPR_ASSERT(request_metadata_recv.count == 0);
grpc_call_destroy(c);
grpc_call_destroy(s);