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 1bad635 commit 9fa27b9Copy full SHA for 9fa27b9
.buildkite/pipeline_pr.py
@@ -72,7 +72,7 @@
72
pipeline.build_group(
73
"⚙ Functional and security 🔒",
74
pipeline.devtool_test(
75
- pytest_opts="-n 8 --dist worksteal integration_tests/{{functional,security}}",
+ pytest_opts="-n 8 --dist worksteal integration_tests/{{functional,security}} -k ptp",
76
),
77
)
78
0 commit comments