Skip to content

Commit

Permalink
fix: dev: Removing speedd daemon from testing because of fopina/pyspe…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Aug 22, 2018
1 parent ea9439b commit 223a9d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ def test_pipelines(name, pipelinedef):

@mark.parametrize(['script'], [
['cpud/cpud.py'],
['speedd/speedd.py'],
# Aug 22 2018:
# The package pytestspeed is broken.
# https://github.com/fopina/pyspeedtest/issues/15
# ['speedd/speedd.py'],
])
def test_daemons(script):
run(str(examples / script), check=True)

0 comments on commit 223a9d1

Please sign in to comment.