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
428fe625
Commit
428fe625
authored
Feb 18, 2020
by
Kyle Wiebers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip the old_notes_spec which that is failing in master
Relates to
https://gitlab.com/gitlab-org/gitlab/issues/206906
parent
e7ab2afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
spec/frontend/notes/old_notes_spec.js
spec/frontend/notes/old_notes_spec.js
+4
-1
No files found.
spec/frontend/notes/old_notes_spec.js
View file @
428fe625
...
...
@@ -28,7 +28,10 @@ window.gl = window.gl || {};
gl
.
utils
=
gl
.
utils
||
{};
gl
.
utils
.
disableButtonIfEmptyField
=
()
=>
{};
describe
(
'
Old Notes (~/notes.js)
'
,
()
=>
{
// the following test is unreliable and failing in master 2-3 times a day
// see https://gitlab.com/gitlab-org/gitlab/issues/206906#note_290602581
// eslint-disable-next-line jest/no-disabled-tests
describe
.
skip
(
'
Old Notes (~/notes.js)
'
,
()
=>
{
beforeEach
(()
=>
{
jest
.
useFakeTimers
();
loadFixtures
(
fixture
);
...
...
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