Commit 48a39cc6 authored by Simon Knox's avatar Simon Knox

Merge branch '293654-fix-ide-flaky-spec' into 'master'

Skip flaky integration specs

See merge request gitlab-org/gitlab!49971
parents 4bebcbff b8237098
......@@ -3,7 +3,9 @@ import { screen } from '@testing-library/dom';
import * as ideHelper from './helpers/ide_helper';
import startWebIDE from './helpers/start';
describe('IDE: User opens a file in the Web IDE', () => {
// https://gitlab.com/gitlab-org/gitlab/-/issues/293654#note_466432769
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('IDE: User opens a file in the Web IDE', () => {
useOverclockTimers();
let vm;
......
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