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 #19458 from lissyx/bug1000337-removeskip
Browse files Browse the repository at this point in the history
Bug 1013793 - Re-enable the test for notifications across domains r=mhenretty,qdot
  • Loading branch information
lissyx committed May 28, 2014
2 parents 389dee3 + c0c342a commit b117538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/system/test/marionette/notification_get_test.js
Expand Up @@ -100,8 +100,7 @@ marionette('Notification.get():', function() {
done();
});

// skip until gecko part of bug 1000337 lands
test.skip('should work across domains', function(done) {
test('should work across domains', function(done) {
var sharedTag = 'shared tag:' + Date.now();
var emailTitle = 'email title:' + Date.now();
var systemTitle = 'system tite:' + Date.now();
Expand Down

0 comments on commit b117538

Please sign in to comment.