Bug 767896 - disable browser_pageInfo.js

This commit is contained in:
Dão Gottwald
2012-07-15 17:04:07 +02:00
parent e10a4ab0fd
commit 8a08d0c264
2 changed files with 3 additions and 3 deletions

View File

@@ -426,7 +426,7 @@ class ShutdownLeakLogger(object):
DOM windows (that are still around after test suite shutdown, despite running
the GC) to the tests that created them and prints leak statistics.
"""
MAX_LEAK_COUNT = 7
MAX_LEAK_COUNT = 5
def __init__(self, logger):
self.logger = logger