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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
4037eb32
Commit
4037eb32
authored
Apr 17, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put four flaky specs in quanrantine
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9503c555
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
spec/features/projects/files/user_edits_files_spec.rb
spec/features/projects/files/user_edits_files_spec.rb
+1
-1
spec/features/projects/wiki/user_creates_wiki_page_spec.rb
spec/features/projects/wiki/user_creates_wiki_page_spec.rb
+2
-2
spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb
...b/gitlab/background_migration/migrate_build_stage_spec.rb
+1
-1
No files found.
spec/features/projects/files/user_edits_files_spec.rb
View file @
4037eb32
...
...
@@ -171,7 +171,7 @@ describe 'Projects > Files > User edits files', :js do
wait_for_requests
end
it
'links to the forked project for editing'
do
it
'links to the forked project for editing'
,
:quarantine
do
click_link
(
'.gitignore'
)
find
(
'.js-edit-blob'
).
click
...
...
spec/features/projects/wiki/user_creates_wiki_page_spec.rb
View file @
4037eb32
...
...
@@ -141,7 +141,7 @@ describe "User creates wiki page" do
end
end
it_behaves_like
'wiki file attachments'
it_behaves_like
'wiki file attachments'
,
:quarantine
end
context
"in a group namespace"
,
:js
do
...
...
@@ -151,7 +151,7 @@ describe "User creates wiki page" do
expect
(
page
).
to
have_field
(
"wiki[message]"
,
with:
"Create home"
)
end
it
"creates a page from the home page"
do
it
"creates a page from the home page"
,
:quarantine
do
page
.
within
(
".wiki-form"
)
do
fill_in
(
:wiki_content
,
with:
"My awesome wiki!"
)
...
...
spec/lib/gitlab/background_migration/migrate_build_stage_spec.rb
View file @
4037eb32
...
...
@@ -51,7 +51,7 @@ describe Gitlab::BackgroundMigration::MigrateBuildStage, :migration, schema: 201
statuses
[
:pending
]]
end
it
'recovers from unique constraint violation only twice'
do
it
'recovers from unique constraint violation only twice'
,
:quarantine
do
allow
(
described_class
::
Migratable
::
Stage
)
.
to
receive
(
:find_by
).
and_return
(
nil
)
...
...
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