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.
2 parents dd2052d + 1e5a6eb commit 2756131Copy full SHA for 2756131
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