From ba6e2ec3ed43ca673cc78ffd8e93cdb702e049a8 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:20:31 -0700 Subject: [PATCH] test(pr create): skip tests that create forks --- .../testdata/pr/pr-create-respects-branch-pushremote.txtar | 2 +- .../testdata/pr/pr-create-respects-push-destination.txtar | 2 +- .../pr/pr-create-respects-remote-colon-branch-syntax.txtar | 2 +- .../testdata/pr/pr-create-respects-remote-pushdefault.txtar | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar b/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar index 0acdbc4fb..f2659ecef 100644 --- a/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar +++ b/acceptance/testdata/pr/pr-create-respects-branch-pushremote.txtar @@ -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} diff --git a/acceptance/testdata/pr/pr-create-respects-push-destination.txtar b/acceptance/testdata/pr/pr-create-respects-push-destination.txtar index 85b194634..6a95ad817 100644 --- a/acceptance/testdata/pr/pr-create-respects-push-destination.txtar +++ b/acceptance/testdata/pr/pr-create-respects-push-destination.txtar @@ -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} diff --git a/acceptance/testdata/pr/pr-create-respects-remote-colon-branch-syntax.txtar b/acceptance/testdata/pr/pr-create-respects-remote-colon-branch-syntax.txtar index fe2988699..acf9bca14 100644 --- a/acceptance/testdata/pr/pr-create-respects-remote-colon-branch-syntax.txtar +++ b/acceptance/testdata/pr/pr-create-respects-remote-colon-branch-syntax.txtar @@ -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} diff --git a/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar b/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar index 660214071..6e223f5a6 100644 --- a/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar +++ b/acceptance/testdata/pr/pr-create-respects-remote-pushdefault.txtar @@ -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}