diff --git a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/web_terminal_spec.rb b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/web_terminal_spec.rb
index cda5ed6e1b67044d8b9faa65919a9516b3faa9ae..c08b2c5f0cbf2c258908ccca6b7eecf5a8182a08 100644
--- a/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/web_terminal_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/3_create/web_ide/web_terminal_spec.rb
@@ -1,10 +1,13 @@
 # frozen_string_literal: true
 
 module QA
-  # Quarantined because relative URL isn't supported
+  # This test was quarantined because relative URL isn't supported
   # See https://gitlab.com/gitlab-org/gitlab/issues/13833
+  # It's now skipped because another bug breaks the projects list and
+  # causes subsequent tests to fail
+  # See https://gitlab.com/gitlab-org/gitlab/issues/197130
   # BUG_IN_CODE
-  context 'Create', :quarantine do
+  context 'Create', :skip do
     describe 'Web IDE web terminal', :docker do
       before do
         project = Resource::Project.fabricate_via_api! do |project|