blob: 960b308645a2ced19fe8eac67394989cd8c0adb2 [file] [log] [blame]
import pytest
SKIP = True
@pytest.mark.parametrize("x", xrange(5000))
def test_foo(x):
if SKIP:
pytest.skip("heh")