Skip to content

Commit

Permalink
Avoid requiring access to consdb for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Sep 13, 2024
1 parent 9ef2eb9 commit c3f3dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_consdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

class TestConsdb(unittest.TestCase):

@unittest.skip("avoid requiring access to consdb for tests.")
def test_consdb_read_consdb(self):
day_obs: str = "2024-06-26"
stackers = [
Expand Down

0 comments on commit c3f3dbf

Please sign in to comment.