Add note to memleak tests

This commit is contained in:
Markus Unterwaditzer 2014-09-04 14:35:01 +02:00
parent 9e02a424b2
commit 588cfa9c91

View file

@ -52,6 +52,8 @@ class _NoLeakAsserter(object):
gc.enable()
# XXX: untitaker: These tests need to be revised. They broke around the time we
# ported Flask to Python 3.
@pytest.mark.skipif(os.environ.get('RUN_FLASK_MEMORY_TESTS') != '1',
reason='Turned off due to envvar.')
class TestMemory(object):