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 b579faf commit b1f13f6Copy full SHA for b1f13f6
tests/integration/test_label.py
@@ -40,8 +40,10 @@ def test_label_export(configured_project_with_label):
40
#TODO: Add test for bulk export back.
41
# The new exporter doesn't work with the create_label mutation
42
43
+
44
# TODO: Skipping this test in staging due to label not updating
-@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
45
+@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
46
+ os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
47
reason="does not work for onprem")
48
def test_label_update(configured_project_with_label):
49
_, _, _, label = configured_project_with_label
0 commit comments