Skip to content

Commit

Permalink
pyTest: disable testTranscodeToMpegpipe
Browse files Browse the repository at this point in the history
Problem with avtranscoder 0.5.2 with this king of raw
(mikrosimage/avTranscoder#140).
Will be fixed by avtranscoder in the next release.
  • Loading branch information
Clement Champetier committed Mar 23, 2015
1 parent 05165f9 commit 99ac198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/tuttle/pyTest/testTranscodeVideo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# scons: pluginAudioVideo pluginInvert

from nose.tools import nottest

from pyTuttle import tuttle

def setUp():
Expand All @@ -14,6 +16,7 @@ def testTranscodeToDefaultCodec():
], tuttle.ComputeOptions(0,20) )


@nottest
def testTranscodeToMpegpipe():
tuttle.compute(
[
Expand Down

0 comments on commit 99ac198

Please sign in to comment.