diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-20 12:08:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-20 12:08:51 +0000 |
commit | 8c4198cbe631278e87fee04157d23494fbb80cdb (patch) | |
tree | d35cf498af480389796fd9e5cb4bcc903aea60f3 /spec/frontend/notes/old_notes_spec.js | |
parent | 1ac794623a8be5dee111716a44dd04ff708f3541 (diff) | |
download | gitlab-ce-8c4198cbe631278e87fee04157d23494fbb80cdb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/notes/old_notes_spec.js')
-rw-r--r-- | spec/frontend/notes/old_notes_spec.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/frontend/notes/old_notes_spec.js b/spec/frontend/notes/old_notes_spec.js index 5f7a5d57cd8..49b887b21b4 100644 --- a/spec/frontend/notes/old_notes_spec.js +++ b/spec/frontend/notes/old_notes_spec.js @@ -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); |