diff --git a/apps/system/test/marionette/media_playback_test.js b/apps/system/test/marionette/media_playback_test.js index c1e68617d1e0..58cf774f0284 100644 --- a/apps/system/test/marionette/media_playback_test.js +++ b/apps/system/test/marionette/media_playback_test.js @@ -139,7 +139,8 @@ marionette('media playback tests', function() { }); }); - test('should play/pause from now playing widget after closing and ' + + // XXX: Disable the test because of http://bugzil.la/942490. + test.skip('should play/pause from now playing widget after closing and ' + 'reopening music app', function() { music.close(); music.launchInBackground();