We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd825 commit d101ea9Copy full SHA for d101ea9
tests/integration/annotation_import/test_model_run.py
@@ -1,4 +1,5 @@
1
import time
2
+import pytest
3
4
5
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):
84
85
assert len(labels) == 3
86
87
88
+@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
89
+ reason="does not work for onprem")
90
def test_model_run_status(model_run_with_model_run_data_rows):
91
92
def get_model_run_status():
0 commit comments