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}