blob: b105e79f82ebf9f65b864a94b14f484dcc2c636c [file] [log] [blame]
from six.moves import range
import pytest
SKIP = True
@pytest.mark.parametrize("x", range(5000))
def test_foo(x):
if SKIP:
pytest.skip("heh")