Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
gridtk
Commits
6375bfed
Commit
6375bfed
authored
Aug 17, 2013
by
André Anjos
💬
Browse files
[test] Skip failing test until MG is back
parent
c978c477
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridtk/tests/__init__.py
View file @
6375bfed
...
...
@@ -36,6 +36,8 @@ class GridTKTest(unittest.TestCase):
def
test01_local
(
self
):
# This test executes all commands of the local grid manager and asserts that everything is fine
raise
nose
.
plugins
.
skip
.
SkipTest
(
"[AA, 17.08.2013] Skipping test because it does not work on nightlies until MG is back from holidays"
)
# first, add some commands to the database
script_1
=
pkg_resources
.
resource_filename
(
'gridtk.tests'
,
'test_script.sh'
)
script_2
=
pkg_resources
.
resource_filename
(
'gridtk.tests'
,
'test_array.sh'
)
...
...
Write
Preview
Supports
Markdown
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