зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1451615: Whitelist harmless rejection. r=me,test-only DONTBUILD
MozReview-Commit-ID: Cq3ybb4rKgF
This commit is contained in:
Родитель
97f7fd3ca4
Коммит
a595c4dca1
|
@ -5,6 +5,8 @@ ChromeUtils.defineModuleGetter(this, "TestUtils",
|
|||
"resource://testing-common/TestUtils.jsm");
|
||||
Cu.importGlobalProperties(["XMLHttpRequest"]);
|
||||
|
||||
PromiseTestUtils.whitelistRejectionsGlobally(/Message manager disconnected/);
|
||||
|
||||
const server = createHttpServer();
|
||||
const gServerUrl = `http://localhost:${server.identity.primaryPort}`;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче