Commit e7a802e2 authored by Albert Salim's avatar Albert Salim

Quarantine flaky dropdown tests

parent d3e005ac
......@@ -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