Skip to content

Commit b443462

Browse files
committed
Update pytest_new_process_discovery.py
1 parent e3cfe9f commit b443462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/discovery/pytest_new_process_discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def parse_pytest_collection_results(pytest_tests: list[Any]) -> list[dict[str, s
4141

4242
try:
4343
exitcode = pytest.main(
44-
[tests_root, "-p no:logging", "--collect-only", "-m", "not skip"], plugins=[PytestCollectionPlugin()]
44+
[tests_root, "-p no:logging", "--collect-only", "-m", "not skip", "-p", "no:codeflash-benchmark"], plugins=[PytestCollectionPlugin()]
4545
)
4646
except Exception as e:
4747
print(f"Failed to collect tests: {e!s}")

0 commit comments

Comments
 (0)