Skip to content

Commit 0c2a3b6

Browse files
committed
removed benchmark skip command
1 parent 8878baf commit 0c2a3b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/verification/test_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def run_behavioral_tests(
5959
)
6060
test_files = list(set(test_files)) # remove multiple calls in the same test function
6161
common_pytest_args = [
62-
"--benchmark-skip",
6362
"--capture=tee-sys",
6463
f"--timeout={pytest_timeout}",
6564
"-q",
@@ -165,7 +164,6 @@ def run_benchmarking_tests(
165164
test_files.append(str(file.benchmarking_file_path))
166165
test_files = list(set(test_files)) # remove multiple calls in the same test function
167166
pytest_args = [
168-
"--benchmark-skip",
169167
"--capture=tee-sys",
170168
f"--timeout={pytest_timeout}",
171169
"-q",

0 commit comments

Comments
 (0)