We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8878baf commit 0c2a3b6Copy full SHA for 0c2a3b6
codeflash/verification/test_runner.py
@@ -59,7 +59,6 @@ def run_behavioral_tests(
59
)
60
test_files = list(set(test_files)) # remove multiple calls in the same test function
61
common_pytest_args = [
62
- "--benchmark-skip",
63
"--capture=tee-sys",
64
f"--timeout={pytest_timeout}",
65
"-q",
@@ -165,7 +164,6 @@ def run_benchmarking_tests(
165
164
test_files.append(str(file.benchmarking_file_path))
166
167
pytest_args = [
168
169
170
171
0 commit comments