Skip to content

Commit a0bbb64

Browse files
committed
updated blocklisted plugins
1 parent c939dfe commit a0bbb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/verification/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from codeflash.models.models import TestFiles
1818

1919
BEHAVIORAL_BLOCKLISTED_PLUGINS = ["benchmark"]
20-
BENCHMARKING_BLOCKLISTED_PLUGINS = ["cov", "benchmark", "profiling"]
20+
BENCHMARKING_BLOCKLISTED_PLUGINS = ["codspeed", "cov", "benchmark", "profiling"]
2121

2222
def execute_test_subprocess(
2323
cmd_list: list[str], cwd: Path, env: dict[str, str] | None, timeout: int = 600

0 commit comments

Comments
 (0)