Skip to content

Commit

Permalink
TST: expand test skipping
Browse files Browse the repository at this point in the history
Tests still failing due to too much memory, add another skip.
  • Loading branch information
aburrell committed Jun 7, 2024
1 parent db5559c commit c05d594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysatNASA/instruments/dmsp_ssusi.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
if tag not in ['sdr-disk', 'sdr2-disk']}
for inst_id in inst_ids.keys()}
# TODO(#218): Remove when compliant with multi-day load tests
_new_tests = {inst_id: {'sdr-disk': False} for inst_id in inst_ids.keys()}
_new_tests = {inst_id: {'sdr-disk': False, 'sdr2-dist': False}
for inst_id in inst_ids.keys()}
_clean_warn = {inst_id: {tag: mm_nasa.clean_warnings
for tag in inst_ids[inst_id]
if tag not in ['sdr-disk', 'sdr2-disk']}
Expand Down

0 comments on commit c05d594

Please sign in to comment.