Skip to content

Commit

Permalink
TST: update test flags
Browse files Browse the repository at this point in the history
Add another inst_id/tag combo to the skips.
  • Loading branch information
aburrell committed Mar 1, 2024
1 parent 4e3db61 commit 33c3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMadrigal/instruments/dmsp_ivm.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'f18': {tag: dt.datetime(2017, 12, 30) for tag in inst_ids['f18']}}

# TODO(#99): Remove when compliant with multi-day load tests
_new_tests = {'f18': {'': False}}
_new_tests = {'f18': {'': False}, 'f14': {'utd': False}}

# Set the clean warnings for testing
_clean_warn = {inst_id: {tag: {clean_level: [('logger', 'WARN',
Expand Down

0 comments on commit 33c3b1e

Please sign in to comment.