Skip to content

Commit 15300dc

Browse files
committed
Don't run prediction file test in CI
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 8a19a33 commit 15300dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
import tempfile
23

34
import httpx
@@ -9,6 +10,7 @@
910

1011

1112
@skip_if_no_token
13+
@pytest.mark.skipif(os.environ.get("CI") is not None, reason="Do not run on CI")
1214
# @pytest.mark.vcr("file-prediction.yaml")
1315
@pytest.mark.asyncio
1416
@pytest.mark.parametrize("async_flag", [True, False])

0 commit comments

Comments
 (0)