Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
5490809e
Commit
5490809e
authored
Oct 22, 2019
by
Samuel GAIST
Browse files
[test][databases] Disable fork push test as pushed is not allowed for databases
parent
4aa391e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/test/test_databases.py
View file @
5490809e
...
...
@@ -116,6 +116,10 @@ class TestOnlineDatabases(core.OnlineAssetTestCase):
def
test_push_different_versions
(
self
):
raise
nose
.
SkipTest
(
"Databases don't allow push"
)
@
core
.
skip_disconnected
def
test_push_different_forks
(
self
):
raise
nose
.
SkipTest
(
"Databases don't allow push"
)
@
core
.
skip_disconnected
def
test_fail_not_owner_push
(
self
):
"""No owner so not need to test"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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