aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-02 09:50:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-02 09:50:08 -0700
commit02b87cdacb68bdda78df345d7cfdecceaf13a1ec (patch)
treeb6ec60351f9a2e05fcd56bbd982aaa8900c52f26 /test/core
parent57ceb42df03058806a377dbe07f5951ee511da0f (diff)
Small fixes
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/tests/no_logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/tests/no_logging.c b/test/core/end2end/tests/no_logging.c
index afa98decc5..d03d336329 100644
--- a/test/core/end2end/tests/no_logging.c
+++ b/test/core/end2end/tests/no_logging.c
@@ -287,6 +287,7 @@ static void test_no_logging_in_one_request(grpc_end2end_test_config config) {
void no_logging(grpc_end2end_test_config config) {
gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG);
+ grpc_tracer_set_enabled("all", 0);
test_no_logging_in_one_request(config);
test_no_error_logging_in_entire_process(config);
}