Commit 7d3f5ada authored by Jason Madden's avatar Jason Madden

test__refcount_core suddenly started working on travis again.

parent 552460d7
......@@ -171,9 +171,12 @@ if sys.version_info[:2] == (3, 3) and os.environ.get('TRAVIS') == 'true':
# Builds after Sept 29th 2015 have all been failing here, but no code that could
# affect this was changed. Travis is using 3.3.5;
# locally I cannot reproduce with 3.3.6. Don't mark this FLAKY so that if it starts to
# work again we get a failure and can remove this
# work again we get a failure and can remove this.
# XXX: Builds after Nov 13, 2015 have suddenly started to work again. The
# Python version reported by Travis is unchanged. Commenting out for now since
# it's such a bizarre thing I'm expecting it to come back again.
FAILING_TESTS += [
'test__refcount_core.py'
#'test__refcount_core.py'
]
if COVERAGE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment