diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 38218b32d..1cebfd581 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -32,7 +32,7 @@ var KeepTmp bool // In order to debug CLI running under acceptance test, set this to full subtest name, e.g. "bundle/variables/empty" // Then install your breakpoints and click "debug test" near TestAccept in VSCODE. // example: var SingleTest = "bundle/variables/empty" -var SingleTest = "workspace/jobs/create" +var SingleTest = "" // If enabled, instead of compiling and running CLI externally, we'll start in-process server that accepts and runs // CLI commands. The $CLI in test scripts is a helper that just forwards command-line arguments to this server (see bin/callserver.py).