diff --git a/tools/run_tests/sanity/banned_functions.py b/tools/run_tests/sanity/banned_functions.py index 6f7cc0db8a7..74caf3c1dd1 100755 --- a/tools/run_tests/sanity/banned_functions.py +++ b/tools/run_tests/sanity/banned_functions.py @@ -46,7 +46,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "./src/core/util/windows/log.cc", "./src/ruby/ext/grpc/rb_grpc_imports.generated.c", "./src/ruby/ext/grpc/rb_grpc_imports.generated.h", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_severity_string": [], "gpr_log(": [ @@ -72,7 +71,6 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "./src/core/util/posix/log.cc", "./src/core/util/windows/log.cc", "./src/ruby/ext/grpc/rb_call_credentials.c", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_message(": [ "./include/grpc/support/log.h", @@ -85,17 +83,14 @@ DEPRECATED_FUNCTION_TEMP_ALLOW_LIST = { "gpr_set_log_verbosity(": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_log_func_args": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_set_log_function(": [ "./include/grpc/support/log.h", "./src/core/util/log.cc", - "./test/core/end2end/tests/no_logging.cc", ], "gpr_assertion_failed": [], "GPR_ASSERT": [],