Commit 074866fe authored by Kyle Wiebers's avatar Kyle Wiebers

Skip portion of the repo-editor jest spec

parent f7ab863c
......@@ -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