Commit 2b7f667c authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'caalberts-quarantine-flaky-file-dropdown-tests' into 'master'

Quarantine flaky file dropdown tests

See merge request gitlab-org/gitlab!52179
parents 85fb2328 e7a802e2
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe 'Projects > Files > User wants to add a Dockerfile file', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297400' do
RSpec.describe 'Projects > Files > User wants to add a Dockerfile file', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/299405' do
before do
project = create(:project, :repository)
sign_in project.owner
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe 'Projects > Files > User wants to add a .gitignore file' do
RSpec.describe 'Projects > Files > User wants to add a .gitignore file', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/299405' do
before do
project = create(:project, :repository)
sign_in project.owner
......
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe 'Projects > Files > User wants to add a .gitlab-ci.yml file' do
RSpec.describe 'Projects > Files > User wants to add a .gitlab-ci.yml file', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/299405' do
before do
project = create(:project, :repository)
sign_in project.owner
......
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