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 bb1adab commit 1e5a6ebCopy full SHA for 1e5a6eb
tests/integration/test_label.py
@@ -43,7 +43,8 @@ def test_label_export(configured_project_with_label):
43
44
# TODO: Skipping this test in staging due to label not updating
45
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
46
- os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
+ os.environ['LABELBOX_TEST_ENVIRON'] == "staging" or
47
+ os.environ['LABELBOX_TEST_ENVIRON'] == "custom",
48
reason="does not work for onprem")
49
def test_label_update(configured_project_with_label):
50
_, _, _, label = configured_project_with_label
0 commit comments