forked from orbit-oss/flask
Add note to memleak tests
This commit is contained in:
parent
9e02a424b2
commit
588cfa9c91
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue