Skip to content

Commit

Permalink
Fix Freeseer#647 Skip tests related to rmtp plugin for Windows
Browse files Browse the repository at this point in the history
Partly fix Freeseer#647.
The rmtp plugin is not included in GStreamer for Win32, so the test based on it can cause problems.
This fix will skip these tests.
  • Loading branch information
Cryspia committed Nov 21, 2014
1 parent 649406a commit 5bcf174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/freeseer/tests/framework/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def plugin_platform_category_cache():
return plugin_platform_category_count


@pytest.mark.skipif(sys.platform == 'win32', reason = 'Win32 GStreamer does not support rmtp plugin')
@pytest.mark.parametrize('plugin_info, expected_instance', [
(('AudioInput', 'get_audioinput_bin'), gst.Bin),
(('AudioMixer', 'get_audiomixer_bin'), gst.Bin),
Expand Down

0 comments on commit 5bcf174

Please sign in to comment.