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 2756131 commit c7cf625Copy full SHA for c7cf625
tests/integration/test_project.py
@@ -161,8 +161,7 @@ def test_attach_instructions(client, project):
161
exc_info.value)
162
163
164
-@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
165
- os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
+@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
166
reason="new mutation does not work for onprem")
167
def test_html_instructions(configured_project):
168
html_file_path = '/tmp/instructions.html'
0 commit comments