Skip to content

Commit 8a8f6c7

Browse files
committed
throw spaghetti at the wall
1 parent 36a79e3 commit 8a8f6c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/functional/conftest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ def docker_compose_file() -> str:
2828
"""
2929

3030
if _running_in_travis_ci():
31+
print('Skipping')
3132
pytest.skip('Docker hub reports rate limit errors on pulls from Travis CI servers')
33+
print('Failed to skip')
34+
else:
35+
print('Will not skip')
36+
37+
print('PATH is ' + repr(os.getenv('PATH')))
3238

3339
return str(TEST_DIR.joinpath('docker-compose.yml'))
3440

0 commit comments

Comments
 (0)