Commit b8237098 authored by Paul Slaughter's avatar Paul Slaughter

Skip flaky integration specs

parent 7f9984b8
...@@ -3,7 +3,9 @@ import { screen } from '@testing-library/dom'; ...@@ -3,7 +3,9 @@ import { screen } from '@testing-library/dom';
import * as ideHelper from './helpers/ide_helper'; import * as ideHelper from './helpers/ide_helper';
import startWebIDE from './helpers/start'; 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(); useOverclockTimers();
let vm; 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