Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-24 00:10:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-24 00:10:54 +0300
commite79ee0307dfccb48871ee77ac3ebf6ae6a48117e (patch)
tree62397323948e0e50e0ae7c2bdecce8cd8b855a3d /scripts/remote_development
parent6a6e9bec88480863cc3e8fb5edc50744e00da964 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/remote_development')
-rwxr-xr-xscripts/remote_development/run-e2e-tests.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/remote_development/run-e2e-tests.sh b/scripts/remote_development/run-e2e-tests.sh
index 63d828d323c..1c1fb07ea53 100755
--- a/scripts/remote_development/run-e2e-tests.sh
+++ b/scripts/remote_development/run-e2e-tests.sh
@@ -7,7 +7,7 @@
# them to be overridden.
#
# For details on how to run this, see the documentation comments at the top of
-# qa/qa/specs/features/ee/browser_ui/3_create/remote_development/create_new_workspace_and_terminate_spec.rb
+# qa/qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb
DEFAULT_PASSWORD='5iveL!fe'
@@ -28,9 +28,8 @@ echo "TEST_INSTANCE_URL: ${TEST_INSTANCE_URL}"
working_directory="$(git rev-parse --show-toplevel)/qa"
-# TODO: https://gitlab.com/gitlab-org/gitlab/-/issues/397005
-# Remove the '--tag quarantine' from below once this test is removed from quarantine
+# This test is currently quarantined as its only used for local testing, so we have to use the '--tag quarantine'
(cd "$working_directory" && \
bundle && \
bundle exec bin/qa Test::Instance::All "$TEST_INSTANCE_URL" -- \
- --tag quarantine qa/specs/features/ee/browser_ui/3_create/remote_development/without_setup)
+ --tag quarantine qa/specs/features/ee/browser_ui/3_create/remote_development/with_prerequisite_done/workspace_actions_with_prerequisite_done_spec.rb)