Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-13 09:07:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-13 09:07:56 +0300
commitb3db40398ce9ad335270617e834fde96d46f90ea (patch)
tree442f54413e1d14535842620c673d8626e31658a7 /qa
parent38bab6e1581d30c0e9d312474fd796404cc7b484 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb b/qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb
index f96206f1747..b067a44e325 100644
--- a/qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb
+++ b/qa/qa/specs/features/browser_ui/non_devops/performance_bar_spec.rb
@@ -1,7 +1,8 @@
# frozen_string_literal: true
module QA
- context 'Performance bar' do
+ # https://gitlab.com/gitlab-org/gitlab/issues/38315
+ context 'Performance bar', :quarantine do
context 'when logged in as an admin user', :requires_admin do
before do
Flow::Login.sign_in_as_admin