Skip to content

Commit 012970f

Browse files
committed
chore: Remove 'not nonci' marker specification from PR optional test
There is only one test marked as no_block_pr right now and it is test_guest_cpu_config_change. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 4f16c90 commit 012970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_pr_no_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"❓ Optional",
2323
pipeline.devtool_test(
2424
devtool_opts="--performance -c 1-10 -m 0",
25-
pytest_opts="integration_tests/ -m 'no_block_pr and not nonci' --log-cli-level=INFO",
25+
pytest_opts="integration_tests/ -m no_block_pr --log-cli-level=INFO",
2626
),
2727
)
2828
if not run_all_tests(get_changed_files()):

0 commit comments

Comments
 (0)