Skip to content

Commit

Permalink
disable jwt/cognito-dependent tests
Browse files Browse the repository at this point in the history
see #364
  • Loading branch information
alexdunnjpl committed Sep 16, 2022
1 parent a992dcf commit 3c3c86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pds_doi_service/api/test/test_dois_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ def test_post_dois_update_w_url(self):
# We can use a file system path since were working with a local server
input_bundle = join(self.test_data_dir, "bundle_in.xml")

self.assertEqual(os.environ.get("CI"), "edunntag")

# Start by submitting an update request
query_string = [
("action", "update"),
Expand Down

0 comments on commit 3c3c86c

Please sign in to comment.