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
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-09-03 13:03:09 +0300
committerTim Zallmann <tzallmann@gitlab.com>2019-09-03 13:03:09 +0300
commit8c5d3fa63ed04fe6010a23ed0ffb8b07d0f091e3 (patch)
tree0ffe3069b39b98d736800c39a31c47c3c0f3f1f8
parente1f844994456607f7be96d587f0bfc2d2ee1fa72 (diff)
parentcea72e90428e097bb9202689965f8b39019989d0 (diff)
Merge branch 'winh-quarantine-dashboard_spec' into 'master'
Quarantine flaky dashboard_spec.js See merge request gitlab-org/gitlab-ce!32574
-rw-r--r--spec/javascripts/monitoring/components/dashboard_spec.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/javascripts/monitoring/components/dashboard_spec.js b/spec/javascripts/monitoring/components/dashboard_spec.js
index f3ec7520c6f..15e41e2fe93 100644
--- a/spec/javascripts/monitoring/components/dashboard_spec.js
+++ b/spec/javascripts/monitoring/components/dashboard_spec.js
@@ -378,7 +378,9 @@ describe('Dashboard', () => {
});
});
- describe('link to chart', () => {
+ // https://gitlab.com/gitlab-org/gitlab-ce/issues/66922
+ // eslint-disable-next-line jasmine/no-disabled-tests
+ xdescribe('link to chart', () => {
let wrapper;
const currentDashboard = 'TEST_DASHBOARD';
localVue.use(GlToast);