Commit 9956a329 authored by Mark Florian's avatar Mark Florian

Merge branch 'skip-old-notes-spec' into 'master'

Skip the old_notes_spec that is failing in master

See merge request gitlab-org/gitlab!25481
parents ddccf62d 428fe625
......@@ -28,7 +28,10 @@ window.gl = window.gl || {};
gl.utils = gl.utils || {};
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(() => {
jest.useFakeTimers();
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