Commit f0b5bd18 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '221039-quarantine-jest-spec' into 'master'

Quarantine the flaky repo editor spec

See merge request gitlab-org/gitlab!34780
parents d4eb87c7 074866fe
......@@ -576,7 +576,10 @@ describe('RepoEditor', () => {
});
});
it('adds an image entry to the same folder for a pasted image in a markdown file', () => {
// The following test is flaky
// see https://gitlab.com/gitlab-org/gitlab/-/issues/221039
// eslint-disable-next-line jest/no-disabled-tests
it.skip('adds an image entry to the same folder for a pasted image in a markdown file', () => {
pasteImage();
return waitForPromises().then(() => {
......
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