DEV: Remove unused line of comment (#23401)

Wizard tests have been merged into core so the env isn't being used
anymore.
This commit is contained in:
Alan Guo Xiang Tan 2023-09-05 14:28:23 +08:00 committed by GitHub
parent e5f3c26d20
commit 738343d4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
# Environment Variables (specific to this rake task)
# => SKIP_LINT set to 1 to skip linting (eslint and rubocop)
# => SKIP_TESTS set to 1 to skip all tests
# => SKIP_WIZARD_TESTS set to 1 to skip wizard tests
# => SKIP_CORE set to 1 to skip core tests (rspec and qunit)
# => SKIP_PLUGINS set to 1 to skip plugin tests (rspec and qunit)
# => SKIP_INSTALL_PLUGINS comma separated list of plugins you want to skip installing