Commit 428fe625 authored by Kyle Wiebers's avatar Kyle Wiebers

Skip the old_notes_spec which that is failing in master

Relates to https://gitlab.com/gitlab-org/gitlab/issues/206906
parent e7ab2afd
...@@ -28,7 +28,10 @@ window.gl = window.gl || {}; ...@@ -28,7 +28,10 @@ window.gl = window.gl || {};
gl.utils = gl.utils || {}; gl.utils = gl.utils || {};
gl.utils.disableButtonIfEmptyField = () => {}; gl.utils.disableButtonIfEmptyField = () => {};
describe('Old Notes (~/notes.js)', () => { // the following test is unreliable and failing in master 2-3 times a day
// see https://gitlab.com/gitlab-org/gitlab/issues/206906#note_290602581
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('Old Notes (~/notes.js)', () => {
beforeEach(() => { beforeEach(() => {
jest.useFakeTimers(); jest.useFakeTimers();
loadFixtures(fixture); loadFixtures(fixture);
......
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