Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 907cf30

Browse files
committed
Bug 1189686 - Disable unsupported sections. r=catalinb
This makes sure the test does not timeout. Due to the way the test is written, failures are reported on the console rather than immediately failing the test, which was leading to the timeouts. I have commented in Bug 1130685 to re-enable these. Update web-platform-tests expected data --HG-- extra : commitid : 5wxfXcf5ezO extra : rebase_source : 99876b20fe9fcb7b30f35aa16a4f08edfb1351f9
1 parent 9f70e83 commit 907cf30

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

testing/web-platform/mozilla/meta/service-workers/service-worker/clients-matchall-client-types.https.html.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

testing/web-platform/mozilla/tests/service-workers/service-worker/clients-matchall-client-types.https.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
.then(function() {
6363
return test_matchall(frame, expected_with_window, {type:'window'});
6464
})
65-
.then(function() {
66-
return test_matchall(frame, expected_with_shared_worker,
67-
{type:'sharedworker'});
68-
})
69-
.then(function() {
70-
return test_matchall(frame, expected_with_all, {type:'all'});
71-
})
65+
//.then(function() {
66+
// return test_matchall(frame, expected_with_shared_worker,
67+
// {type:'sharedworker'});
68+
// })
69+
//.then(function() {
70+
// return test_matchall(frame, expected_with_all, {type:'all'});
71+
// })
7272
.then(function() {
7373
frame.remove();
7474
return service_worker_unregister_and_done(t, scope);

0 commit comments

Comments
 (0)