From c0c342a04d00c3e8d4aa6af8a7936e538d495af3 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Wed, 21 May 2014 07:41:59 +0200 Subject: [PATCH] Bug 1013793 - Re-enable the test for notifications across domains r=mhenretty,qdot --- apps/system/test/marionette/notification_get_test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/system/test/marionette/notification_get_test.js b/apps/system/test/marionette/notification_get_test.js index 6154210fa2cf..4c63522293f1 100644 --- a/apps/system/test/marionette/notification_get_test.js +++ b/apps/system/test/marionette/notification_get_test.js @@ -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();