From 738343d4d27e53f8398f4bfd973699140d1c26d1 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Tue, 5 Sep 2023 14:28:23 +0800 Subject: [PATCH] DEV: Remove unused line of comment (#23401) Wizard tests have been merged into core so the env isn't being used anymore. --- lib/tasks/docker.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/docker.rake b/lib/tasks/docker.rake index 1dd110f1309..60c74610e61 100644 --- a/lib/tasks/docker.rake +++ b/lib/tasks/docker.rake @@ -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