Commit 8901b74a authored by Mark Lapierre's avatar Mark Lapierre

Skip web terminal test

It causes subsequent tests to fail
parent 228ed00a
# 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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment