Skip to content

Commit 213ebf4

Browse files
Kevin KimKevin Kim
authored andcommitted
Skip test_html_instructions
1 parent b1f13f6 commit 213ebf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/test_project.py

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

163163

164-
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem",
164+
@pytest.mark.skipif(condition=os.environ['LABELBOX_TEST_ENVIRON'] == "onprem" or
165+
os.environ['LABELBOX_TEST_ENVIRON'] == "staging",
165166
reason="new mutation does not work for onprem")
166167
def test_html_instructions(configured_project):
167168
html_file_path = '/tmp/instructions.html'
@@ -238,4 +239,4 @@ def test_media_type(client, configured_project: Project, rand_gen):
238239
project = client.create_project(name=rand_gen(str),
239240
media_type=MediaType[media_type])
240241
assert project.media_type == MediaType[media_type]
241-
project.delete()
242+
project.delete()

0 commit comments

Comments
 (0)