aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-25 09:36:24 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-25 09:36:24 -0800
commitd597b83c10c121fd33df4d0476c931a44c702691 (patch)
treee2758c67bb713ee05b70be59ca48228b6a37199f /test/core/end2end/fixtures
parentc6dea80061e74ab78ef7be3df4f64611e9435377 (diff)
Further refine which tests to run
Diffstat (limited to 'test/core/end2end/fixtures')
-rw-r--r--test/core/end2end/fixtures/h2_uchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_uchannel.c b/test/core/end2end/fixtures/h2_uchannel.c
index d194df1c2d..a1b64573b8 100644
--- a/test/core/end2end/fixtures/h2_uchannel.c
+++ b/test/core/end2end/fixtures/h2_uchannel.c
@@ -323,7 +323,7 @@ static void chttp2_tear_down_micro_fullstack(grpc_end2end_test_fixture *f) {
/* All test configurations */
static grpc_end2end_test_config configs[] = {
- {"chttp2/micro_fullstack", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION,
+ {"chttp2/micro_fullstack", 0,
chttp2_create_fixture_micro_fullstack, chttp2_init_client_micro_fullstack,
chttp2_init_server_micro_fullstack, chttp2_tear_down_micro_fullstack},
};