diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-05 00:10:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-05 00:10:41 +0000 |
commit | 415153114ac36a0e25b6beb6f0543581bcedc54c (patch) | |
tree | 7766607058528a92efb52f05fe03005a9392a0ea /spec/frontend/notes/old_notes_spec.js | |
parent | 4f49d2c8cd9b0c54c1055480df5cde2e13d7c76d (diff) | |
download | gitlab-ce-415153114ac36a0e25b6beb6f0543581bcedc54c.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/notes/old_notes_spec.js b/spec/frontend/notes/old_notes_spec.js index 432b660c4b3..0cf43b8fd97 100644 --- a/spec/frontend/notes/old_notes_spec.js +++ b/spec/frontend/notes/old_notes_spec.js @@ -28,7 +28,7 @@ window.gl = window.gl || {}; gl.utils = gl.utils || {}; gl.utils.disableButtonIfEmptyField = () => {}; -// the following test is unreliable and failing in master 2-3 times a day +// the following test is unreliable and failing in main 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)', () => { |