зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1444680: Follow-up: Re-enable test_ext_webRequest_suspend without trying to load remote content on Android. r=me
MozReview-Commit-ID: 6aubSpZKIiE --HG-- extra : rebase_source : 9c6552a5fa27b31625b08a78bd02255fa91d4994
This commit is contained in:
Родитель
5784769019
Коммит
ce1e1a3579
|
@ -266,7 +266,7 @@ add_task(async function test_logged_error_on_promise_result() {
|
|||
let {messages} = await promiseConsoleOutput(async () => {
|
||||
await extension.startup();
|
||||
|
||||
let contentPage = await ExtensionTestUtils.loadContentPage(`${BASE_URL}/dummy`, {remote: true});
|
||||
let contentPage = await ExtensionTestUtils.loadContentPage(`${BASE_URL}/dummy`);
|
||||
await extension.awaitMessage("web-request-event-received");
|
||||
await contentPage.close();
|
||||
});
|
||||
|
|
|
@ -108,7 +108,6 @@ skip-if = os == "android"
|
|||
[test_ext_webRequest_responseBody.js]
|
||||
[test_ext_webRequest_set_cookie.js]
|
||||
[test_ext_webRequest_suspend.js]
|
||||
skip-if = os == "android"
|
||||
[test_ext_webRequest_webSocket.js]
|
||||
[test_ext_xhr_capabilities.js]
|
||||
[test_native_manifests.js]
|
||||
|
|
Загрузка…
Ссылка в новой задаче