Skip to content

Commit cbc4599

Browse files
authored
skip test in this action as well (#10)
1 parent 775f115 commit cbc4599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ jobs:
665665
- name: Run st2-self-check
666666
env:
667667
# Space separated list of tests to be skipped if the self-check is running in GitHub Actions
668-
TESTS_TO_SKIP: "tests.test_quickstart_rules tests.test_run_pack_tests_tool"
668+
TESTS_TO_SKIP: "tests.test_quickstart_rules tests.test_run_pack_tests_tool tests.test_packs_pack"
669669
ST2_SYSTEM_USER__USER: ${{ env.ST2TESTS_SYSTEM_USER }}
670670
ST2_SYSTEM_USER__SSH_KEY_FILE: /home/${{ env.ST2TESTS_SYSTEM_USER }}/.ssh/stanley_rsa
671671
run: >

0 commit comments

Comments
 (0)