Skip to content

Commit

Permalink
Temporarily disable test failing per external site
Browse files Browse the repository at this point in the history
Refs #169
  • Loading branch information
jordanpadams committed May 28, 2024
1 parent 0ceaf1f commit 31dc54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pds2/aipgen/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_sip(self):
)
self.assertTrue(filecmp.cmp(manifest, self.valid), "SIP manifest doesn't match the valid version")

@unittest.skip("temporarily skipping test per https://github.com/NASA-PDS/deep-archive/issues/169")
def test_label_url(self):
"""Test if the label of a SIP manifest has the right ``manifest_url``."""
ignoredmanifest, label = produce_sip(
Expand Down

0 comments on commit 31dc54c

Please sign in to comment.