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 #26370 from mikehenrty/bug-1088224-enable-alex-test
Browse files Browse the repository at this point in the history
Bug 1088224 - Enable resend overwriting test
  • Loading branch information
mikehenrty committed Nov 21, 2014
2 parents 3283875 + 3aa820f commit d0febb8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -30,8 +30,7 @@ marionette('mozChromeNotifications:', function() {
home.waitForLaunch();
});

// Skipping until gecko patch lands from bug 1088224
test.skip('Sending one notification, resends none', function(done) {
test('Sending one notification, resends none', function(done) {
var notificationTitle = 'Title:' + Date.now();

// switch to calendar app and send notification
Expand Down

0 comments on commit d0febb8

Please sign in to comment.