@@ -272,16 +272,16 @@ jobs:
272272 coverage run -a -m pyspedas.projects.themis.tests.test_themis_tplot_time
273273 echo Starting barrel tests at `date`
274274 coverage run -a -m pyspedas.projects.barrel.tests.test_barrel
275- echo Starting elfin epd_l1 tests at `date`
276- coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l1
277- echo Starting elfin epd_l2 tests at `date`
278- coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l2
279- echo Starting elfin state tests at `date`
280- coverage run -a -m pyspedas.projects.elfin.tests.test_state
281- echo Starting elfin tests at `date`
282- coverage run -a -m pyspedas.projects.elfin.tests.test_elfin
283- echo Starting elfin epd calibration tests at `date`
284- coverage run -a -m pyspedas.projects.elfin.tests.test_epd_calibration
275+ # echo Starting elfin epd_l1 tests at `date`
276+ # coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l1
277+ # echo Starting elfin epd_l2 tests at `date`
278+ # coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l2
279+ # echo Starting elfin state tests at `date`
280+ # coverage run -a -m pyspedas.projects.elfin.tests.test_state
281+ # echo Starting elfin tests at `date`
282+ # coverage run -a -m pyspedas.projects.elfin.tests.test_elfin
283+ # echo Starting elfin epd calibration tests at `date`
284+ # coverage run -a -m pyspedas.projects.elfin.tests.test_epd_calibration
285285 echo Starting soho tests at `date`
286286 coverage run -a -m pyspedas.projects.soho.tests.test_soho
287287 echo Starting de2 tests at `date`
0 commit comments