Skip to content

Commit

Permalink
MAINT: turn off new tests for gps
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Feb 20, 2024
1 parent af8d257 commit 1c682e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pysatCDAAC/instruments/cosmic_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@
# ----------------------------------------------------------------------------
# Instrument test attributes

_test_dates = {'': {}.fromkeys(list(tags.keys()), dt.datetime(2014, 5, 1))}
_test_dates = {'': {tag: dt.datetime(2014, 5, 1) for tag in inst_ids['']}}

# TODO(#TBD): Remove when compliant with multi-day load tests
_new_tests = {'': {tag: False for tag in inst_ids['']}}

# ----------------------------------------------------------------------------
# Instrument methods
Expand Down

0 comments on commit 1c682e7

Please sign in to comment.