Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17492 from KevinGrandon/debug_intermittent_tests_fix
Browse files Browse the repository at this point in the history
Bug 986960 - Intermittent erroring test, should flick through images in fullscreen mode
  • Loading branch information
KevinGrandon committed Mar 23, 2014
2 parents 0570f54 + e447bc5 commit 3286e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gallery/test/marionette/fullscreen_image_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ marionette('the gallery', function() {
assert.ok(app.thumbnailsView.displayed());
});

test('should flick through images in fullscreen mode', function() {
test.skip('should flick through images in fullscreen mode', function() {
// Acquire a duplicate of an image by launching the editing
// mode and saving it.
app.thumbnail.click();
Expand Down

0 comments on commit 3286e2a

Please sign in to comment.