diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-23 23:01:10 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-01-23 23:01:10 -0800 |
commit | 8d1d95d07cdb7e8fa78ab93399fcf3742fcee63f (patch) | |
tree | 83e9f726cc3addeb6dee72ff7f3687b0112f5be5 /src/objective-c | |
parent | 60ab7ef00ac0a988ee2672c636d946c964e6fa41 (diff) |
Clean up old packet coalescing tests
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m index 9af38fd9b2..01612a84b2 100644 --- a/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m +++ b/src/objective-c/tests/CoreCronetEnd2EndTests/CoreCronetEnd2EndTests.m @@ -170,9 +170,6 @@ static grpc_end2end_test_config configs[] = { chttp2_tear_down_secure_fullstack}, }; -extern void packet_coalescing(grpc_end2end_test_config config); -extern void packet_coalescing_pre_init(void); - static char *roots_filename; @interface CoreCronetEnd2EndTests : XCTestCase @@ -351,14 +348,6 @@ static char *roots_filename; [self testIndividualCase:"no_op"]; } -- (void)testPacketCoalescing { - // Directly invoke the test function since the test is for Cronet only and thus not included in - // end2end_tests.c - // TODO (mxyan): Do the same to all test cases so that this file will no longer depend on - // end2end_tests.c - packet_coalescing(configs[0]); -} - - (void)testPayload { [self testIndividualCase:"payload"]; } |