Skip to content
Snippets Groups Projects
Commit e6cede53 authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

tests/python: comment out tests that fail on clean hosts.

The tests need pylib installed first to run.  Not good.
parent 7f7e4280
No related branches found
No related tags found
No related merge requests found
......@@ -107,5 +107,5 @@ def build(ctx):
"M PTHREAD CRYPTO RT SOCKET NSL",
)
ctx.exec_command("%s/tests/pylib/test_statfiles.py" % srcnode)
ctx.exec_command("%s/tests/pylib/test_util.py" % srcnode)
# ctx.exec_command("%s/tests/pylib/test_statfiles.py" % srcnode)
# ctx.exec_command("%s/tests/pylib/test_util.py" % srcnode)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment