зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1414751 - Disable frequently failing task in browser_siteData.js. r=nhnt11
MozReview-Commit-ID: LWPxJr6mCAl --HG-- extra : rebase_source : 760ff82cede6720b6b3e481e89e1fca8cdce04e9
This commit is contained in:
Родитель
27d3309d96
Коммит
e78ad90a84
|
@ -24,6 +24,7 @@ function getPersistentStoragePermStatus(origin) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Test listing site using quota usage or site using appcache
|
// Test listing site using quota usage or site using appcache
|
||||||
|
// This is currently disabled because of bug 1414751.
|
||||||
add_task(async function() {
|
add_task(async function() {
|
||||||
await SpecialPowers.pushPrefEnv({set: [["browser.storageManager.enabled", true]]});
|
await SpecialPowers.pushPrefEnv({set: [["browser.storageManager.enabled", true]]});
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ add_task(async function() {
|
||||||
request.callback = resolve;
|
request.callback = resolve;
|
||||||
});
|
});
|
||||||
await BrowserTestUtils.removeTab(gBrowser.selectedTab);
|
await BrowserTestUtils.removeTab(gBrowser.selectedTab);
|
||||||
});
|
}).skip(); // Bug 1414751
|
||||||
|
|
||||||
// Test buttons are disabled and loading message shown while updating sites
|
// Test buttons are disabled and loading message shown while updating sites
|
||||||
add_task(async function() {
|
add_task(async function() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче