Skip to content

Commit c955b51

Browse files
committed
cant disturb prod
1 parent d914a0f commit c955b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ def generate_and_instrument_tests(
12371237
Path(self.original_module_path),
12381238
self.test_cfg,
12391239
INDIVIDUAL_TESTCASE_TIMEOUT,
1240-
self.function_trace_id[:-4]+"TST0" if run_experiment else self.function_trace_id,
1240+
self.function_trace_id,
12411241
test_index,
12421242
test_path,
12431243
test_perf_path,
@@ -1258,7 +1258,7 @@ def generate_and_instrument_tests(
12581258
Path(self.original_module_path),
12591259
self.test_cfg,
12601260
INDIVIDUAL_TESTCASE_TIMEOUT,
1261-
self.function_trace_id[:-4]+"TST1",
1261+
self.function_trace_id,
12621262
test_index,
12631263
test_path,
12641264
test_perf_path,

0 commit comments

Comments
 (0)