Merge branch 'winh-quarantine-dashboard_spec' into 'master'
Quarantine flaky dashboard_spec.js See merge request gitlab-org/gitlab-ce!32574
This commit is contained in:
commit
8c5d3fa63e
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue