Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Jan 24, 2025
1 parent 83fd75b commit b4ed3db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/core/test_util/test_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "absl/strings/string_view.h"
#include "src/core/lib/surface/init.h"
#include "src/core/util/crash.h"
#include "src/core/util/env.h"
#include "test/core/event_engine/test_init.h"
#include "test/core/test_util/build.h"
#include "test/core/test_util/stack_tracer.h"
Expand Down Expand Up @@ -148,7 +147,6 @@ void grpc_test_init(int* argc, char** argv) {
grpc_core::testing::InitializeStackTracer(argv[0]);
absl::FailureSignalHandlerOptions options;
absl::InstallFailureSignalHandler(options);
grpc_core::SetTestOnlyEnvSynchronize();
VLOG(2) << "test slowdown factor: sanitizer="
<< grpc_test_sanitizer_slowdown_factor()
<< ", fixture=" << g_fixture_slowdown_factor
Expand Down

0 comments on commit b4ed3db

Please sign in to comment.