Skip to content

Commit 6a1fc10

Browse files
committed
CI:
run-single-config won't run test_p2p by default. We don't want to run this in linix-flavors right now.
1 parent 9ff5f89 commit 6a1fc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/run-single-config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def compiler_env(compiler: str, base_env: dict[str, str]) -> dict[str, str]:
6868

6969
def parse_test_specs(specs: list[str] | None) -> list[list[str]]:
7070
if specs is None:
71-
specs = ["test_crypto", "test_connection:suite-quick", "test_p2p.py"]
71+
specs = ["test_crypto", "test_connection:suite-quick"]
7272

7373
commands: list[list[str]] = []
7474
for spec in specs:

0 commit comments

Comments
 (0)