From d0d5921cf92ea15464f9ff4856c34b026a30ffb0 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 12 Sep 2024 14:39:05 +0200 Subject: Remove Compatibility flag from tests --- test/utils/remote_execution/main-remote-execution.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/utils/remote_execution/main-remote-execution.cpp') diff --git a/test/utils/remote_execution/main-remote-execution.cpp b/test/utils/remote_execution/main-remote-execution.cpp index 45021c61..f7bbc4fc 100644 --- a/test/utils/remote_execution/main-remote-execution.cpp +++ b/test/utils/remote_execution/main-remote-execution.cpp @@ -29,7 +29,6 @@ #include "test/utils/logging/log_config.hpp" #include "test/utils/remote_execution/test_auth_config.hpp" #include "test/utils/remote_execution/test_remote_config.hpp" -#include "test/utils/test_env.hpp" namespace { @@ -42,8 +41,6 @@ void wait_for_grpc_to_shutdown() { /// environment variable is malformed, we write a message and stop execution. /// \returns true If remote execution was successfully configured. void ConfigureRemoteExecution() { - ReadCompatibilityFromEnv(); - // Ensure authentication config is available if (not TestAuthConfig::ReadFromEnvironment()) { std::exit(EXIT_FAILURE); -- cgit v1.2.3