Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b8237098
Commit
b8237098
authored
Dec 14, 2020
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip flaky integration specs
parent
7f9984b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spec/frontend_integration/ide/user_opens_file_spec.js
spec/frontend_integration/ide/user_opens_file_spec.js
+3
-1
No files found.
spec/frontend_integration/ide/user_opens_file_spec.js
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment