Commit f0dd6daf authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'ml-skip-web-terminal-test' into 'master'

Skip web terminal test

Closes #193485

See merge request gitlab-org/gitlab!23141
parents 228ed00a 8901b74a
# 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