Skip to content

Commit d101ea9

Browse files
committed
update
1 parent 50bd825 commit d101ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import time
2+
import pytest
23

34

45
def test_model_run(client, configured_project_with_label, rand_gen):
@@ -84,6 +85,8 @@ def test_model_run_export_labels(model_run_with_model_run_data_rows):
8485
assert len(labels) == 3
8586

8687

88+
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
89+
reason="does not work for onprem")
8790
def test_model_run_status(model_run_with_model_run_data_rows):
8891

8992
def get_model_run_status():

0 commit comments

Comments
 (0)