Skip to content

Commit

Permalink
mark xfail test for #184. Still dont know what the best would be in t…
Browse files Browse the repository at this point in the history
…his case
  • Loading branch information
manulera committed Sep 11, 2024
1 parent c4cf2a0 commit 74f949b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def test_request_plasmid(self):
response2 = client.post('/repository_id/addgene', json=payload['sources'][0])
self.assertEqual(response.json(), response2.json())

@pytest.mark.xfail(reason='This file was removed from AddGene, not sure what the ideal behavior should be')
def test_old_url(self):
"""Works for an AddGene url that has now been replaced by a newer one"""
source = AddGeneIdSource(
Expand Down

0 comments on commit 74f949b

Please sign in to comment.