diff --git a/scripts/run_protox_e2e_test.py b/scripts/run_protox_e2e_test.py index 262fc4ef..7d25374c 100644 --- a/scripts/run_protox_e2e_test.py +++ b/scripts/run_protox_e2e_test.py @@ -200,5 +200,5 @@ def run_e2e_for_benchmark(benchmark_name: str, intended_dbdata_hardware: str) -> # Set the config file so that we use resources that don't conflict with normal usage (e.g. a different workspace, different ports, etc.). os.environ["DBGYM_CONFIG_PATH"] = str(E2ETEST_DBGYM_CONFIG_FPATH) - # run_e2e_for_benchmark("tpch", intended_dbdata_hardware) # TODO: Uncomment this + run_e2e_for_benchmark("tpch", intended_dbdata_hardware) run_e2e_for_benchmark("job", intended_dbdata_hardware)