| Index: native_client_sdk/src/build_tools/test_projects.py
|
| diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py
|
| index f89eefef03e39599c54e1f02011f5ed12ca183da..d2ea2d117f2cf5f1fdf1e645b38bcd01dfa37c3e 100755
|
| --- a/native_client_sdk/src/build_tools/test_projects.py
|
| +++ b/native_client_sdk/src/build_tools/test_projects.py
|
| @@ -73,6 +73,7 @@ DISABLED_TESTS = [
|
| # http://crbug.com/262379.
|
| {'name': 'graphics_3d', 'platform': ('win', 'linux', 'mac')},
|
| {'name': 'video_decode', 'platform': ('win', 'linux', 'mac')},
|
| + {'name': 'video_encode', 'platform': ('win', 'linux', 'mac')},
|
| # media_stream_audio uses audio input devices which are not supported.
|
| {'name': 'media_stream_audio', 'platform': ('win', 'linux', 'mac')},
|
| # media_stream_video uses 3D and webcam which are not supported.
|
|
|