Skip to content

Commit 5176293

Browse files
Merge pull request #664 from Labelbox/kkim/unskip_test
[AL-0] Unskip test_html_instructions
2 parents 2756131 + c7cf625 commit 5176293

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/test_project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ def test_attach_instructions(client, project):
161161
exc_info.value)
162162

163163

164-
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
165-
os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
164+
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
166165
reason="new mutation does not work for onprem")
167166
def test_html_instructions(configured_project):
168167
html_file_path = '/tmp/instructions.html'

0 commit comments

Comments
 (0)