mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
Bug 992485: disable info() in devtools tests that is bloating browser-chrome test logs, CLOSED TREE
This commit is contained in:
parent
2173ae7383
commit
63a1e006c0
@ -211,7 +211,8 @@ function waitForNetworkEvents(aMonitor, aGetRequests, aPostRequests = 0) {
|
||||
|
||||
function verifyRequestItemTarget(aRequestItem, aMethod, aUrl, aData = {}) {
|
||||
info("> Verifying: " + aMethod + " " + aUrl + " " + aData.toSource());
|
||||
info("> Request: " + aRequestItem.attachment.toSource());
|
||||
// This bloats log sizes significantly in automation (bug 992485)
|
||||
//info("> Request: " + aRequestItem.attachment.toSource());
|
||||
|
||||
let requestsMenu = aRequestItem.ownerView;
|
||||
let widgetIndex = requestsMenu.indexOfItem(aRequestItem);
|
||||
|
Loading…
Reference in New Issue
Block a user