Skip to content

Commit

Permalink
TST: extend JRO new test skipping
Browse files Browse the repository at this point in the history
Extending the JRO ISR tags that skip the new tests.
  • Loading branch information
aburrell committed Feb 27, 2024
1 parent abcfc2b commit 1046873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysatMadrigal/instruments/jro_isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
'oblique_long': dt.datetime(2010, 4, 12)}}

# TODO(#99): Remove when compliant with multi-day load tests
_new_tests = {'': {'drifts': False, 'drifts_ave': False}}
_new_tests = {'': {'drifts': False, 'drifts_ave': False, 'oblique_stan': False,
'oblique_rand': False, 'oblique_long': False}}

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

0 comments on commit 1046873

Please sign in to comment.