diff --git a/test/media/drm_engine_integration.js b/test/media/drm_engine_integration.js index c7b6f017e1..9ad4477b9b 100644 --- a/test/media/drm_engine_integration.js +++ b/test/media/drm_engine_integration.js @@ -174,7 +174,7 @@ describe('DrmEngine', () => { return support['com.widevine.alpha'] || support['com.microsoft.playready']; } - describe('basic flow', () => { + filterDescribe('basic flow', checkSupport, () => { drmIt('gets a license and can play encrypted segments', async () => { // The error callback should not be invoked. onErrorSpy.and.callFake(fail);