diff --git a/ci/dev/test-e2e.sh b/ci/dev/test-e2e.sh index 629cda66e..00724ac2b 100755 --- a/ci/dev/test-e2e.sh +++ b/ci/dev/test-e2e.sh @@ -44,10 +44,7 @@ main() { fi cd test - # NOTE@jsjoeio - # Something strange is happening after the 1.68 update - # VS Code won't load without this set so I'm adding here. - VSCODE_DEV=1 yarn playwright test "$@" + yarn playwright test "$@" } main "$@"