author | Robert Strong <robert.bugzilla@gmail.com> |
Thu, 15 Feb 2018 11:06:44 -0800 | |
changeset 404104 | f1b8cac2508c35bb96d54385af9f99f630a3f383 |
parent 404103 | 761e1bc8ac964f80813131186a418fae4a0142c4 |
child 404105 | ec6f1b3c13170bb2ab8d1e22d4f28691cbc5be17 |
push id | 33451 |
push user | nbeleuzu@mozilla.com |
push date | Fri, 16 Feb 2018 09:51:13 +0000 |
treeherder | mozilla-central@9eaebbcc33fd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mhowell |
bugs | 1438424 |
milestone | 60.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/mozapps/update/tests/chrome/utils.js +++ b/toolkit/mozapps/update/tests/chrome/utils.js @@ -254,17 +254,16 @@ function runTestDefaultWaitForWindowClos Services.ww.registerNotification(gWindowObserver); gCloseWindowTimeoutCounter = 0; setupFiles(); setupPrefs(); gEnv.set("MOZ_TEST_SKIP_UPDATE_STAGE", "1"); removeUpdateDirsAndFiles(); - reloadUpdateManagerData(); setupTimer(gTestTimeout); SimpleTest.executeSoon(setupTestUpdater); } } /** * Default test finish function that can be used by most tests. This function * uses protective measures to prevent the next test from failing provided by