test(pr create): skip tests that create forks

This commit is contained in:
Kynan Ware 2025-03-05 16:20:31 -07:00
parent 911079c744
commit ba6e2ec3ed
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# skip 'it creates a fork owned by the user running the test'
skip 'it creates a fork owned by the user running the test'
# Setup environment variables used for testscript
env REPO=${SCRIPT_NAME}-${RANDOM_STRING}

View file

@ -1,4 +1,4 @@
# skip 'it creates a fork owned by the user running the test'
skip 'it creates a fork owned by the user running the test'
# Setup environment variables used for testscript
env REPO=${SCRIPT_NAME}-${RANDOM_STRING}

View file

@ -1,4 +1,4 @@
# skip 'it creates a fork owned by the user running the test'
skip 'it creates a fork owned by the user running the test'
# Setup environment variables used for testscript
env REPO=${SCRIPT_NAME}-${RANDOM_STRING}

View file

@ -1,4 +1,4 @@
# skip 'it creates a fork owned by the user running the test'
skip 'it creates a fork owned by the user running the test'
# Setup environment variables used for testscript
env REPO=${SCRIPT_NAME}-${RANDOM_STRING}