summaryrefslogtreecommitdiff
path: root/test/utils/remote_execution
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/remote_execution')
-rw-r--r--test/utils/remote_execution/main-remote-execution.cpp3
1 files changed, 0 insertions, 3 deletions
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);