Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit dd4112d

Browse files
Stop trying to run non-existent plugin tests in CI
Signed-off-by: Christopher Maier <[email protected]>
1 parent 7c9aa64 commit dd4112d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/pipeline.verify.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
command:
1616
- make test-shell
1717

18-
- label: ":buildkite: Plugin Tests"
19-
command:
20-
- make test-plugin
18+
# TODO: Add plugin tests
19+
# - label: ":buildkite: Plugin Tests"
20+
# command:
21+
# - make test-plugin

0 commit comments

Comments
 (0)