mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
test_interface: Don't assert the missing mixer, gracefully ignore it
Fixes make check on systems that don't have a GstMixer element available
This commit is contained in:
parent
a5c9d615ec
commit
886bcc9599
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ class MixerTest(TestCase):
|
|||
self.mixer = amix.create()
|
||||
else:
|
||||
self.mixer = None
|
||||
assert self.mixer
|
||||
|
||||
def tearDown(self):
|
||||
del self.mixer
|
||||
|
|
Loading…
Reference in a new issue