Commit f13fb32a authored by Vijay Hawoldar's avatar Vijay Hawoldar

Un-skip web terminal spec

So that we can test potential fixes against the CI pipeline
parent 4376e173
...@@ -6,7 +6,7 @@ module QA ...@@ -6,7 +6,7 @@ module QA
# It's now skipped because another bug breaks the projects list and # It's now skipped because another bug breaks the projects list and
# causes subsequent tests to fail # causes subsequent tests to fail
# See https://gitlab.com/gitlab-org/gitlab/issues/197130 # See https://gitlab.com/gitlab-org/gitlab/issues/197130
context 'Create', :skip do context 'Create' do
describe 'Web IDE web terminal', :docker do describe 'Web IDE web terminal', :docker do
before do before do
project = Resource::Project.fabricate_via_api! do |project| 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