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

Commit

Permalink
Bug 1013793 - Re-enable the test for notifications across domains r=m…
Browse files Browse the repository at this point in the history
…henretty,qdot
  • Loading branch information
lissyx committed May 21, 2014
1 parent 7f387cb commit c0c342a
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 c0c342a

Please sign in to comment.