diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-09-03 08:23:04 +0000 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-09-03 08:23:04 +0000 |
commit | cea72e90428e097bb9202689965f8b39019989d0 (patch) | |
tree | 31364a827af88d15b5aac6964e553e8cf425c1c1 /spec/javascripts | |
parent | af5f2424cace62f8712dbabfd60bb0f1c36f1590 (diff) | |
download | gitlab-ce-cea72e90428e097bb9202689965f8b39019989d0.tar.gz |
Quarantine flaky dashboard_spec.jswinh-quarantine-dashboard_spec
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/monitoring/components/dashboard_spec.js | 4 |
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); |