Commit d100efb1 authored by Jason Madden's avatar Jason Madden

tweak known failures

parent 447fbed5
...@@ -451,11 +451,16 @@ class Definitions(DefinitionsBase): ...@@ -451,11 +451,16 @@ class Definitions(DefinitionsBase):
ignore_coverage=ALWAYS, # times out ignore_coverage=ALWAYS, # times out
) )
test__refcount = RunAlone( test__refcount = Ignored(
when=NEVER, "Sometimes fails to connect for no reason",
when=(CI & OSX) | (CI & PYPY),
ignore_coverage=PYPY ignore_coverage=PYPY
) )
test__doctests = Ignored(
"Sometimes times out during/after gevent._config.Config",
when=CI & OSX
)
......
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