From c05d594380a21ea7fe232af5297cb0b3fea0b187 Mon Sep 17 00:00:00 2001 From: "Angeline G. Burrell" Date: Fri, 7 Jun 2024 14:37:36 -0400 Subject: [PATCH] TST: expand test skipping Tests still failing due to too much memory, add another skip. --- pysatNASA/instruments/dmsp_ssusi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pysatNASA/instruments/dmsp_ssusi.py b/pysatNASA/instruments/dmsp_ssusi.py index 14f21743..33898a93 100644 --- a/pysatNASA/instruments/dmsp_ssusi.py +++ b/pysatNASA/instruments/dmsp_ssusi.py @@ -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']}