Skip to content

Commit d4700d0

Browse files
Temporarily commenting out elfin tests due to server problems at UCLA
1 parent 2a7f688 commit d4700d0

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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`

.github/workflows/quick_tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,16 @@ jobs:
226226
coverage run -a -m pyspedas.projects.themis.tests.test_themis_tplot_time
227227
echo Starting barrel tests at `date`
228228
coverage run -a -m pyspedas.projects.barrel.tests.test_barrel
229-
echo Starting elfin epd_l1 tests at `date`
230-
coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l1
231-
echo Starting elfin epd_l2 tests at `date`
232-
coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l2
233-
echo Starting elfin state tests at `date`
234-
coverage run -a -m pyspedas.projects.elfin.tests.test_state
235-
echo Starting elfin tests at `date`
236-
coverage run -a -m pyspedas.projects.elfin.tests.test_elfin
237-
echo Starting elfin epd calibration tests at `date`
238-
coverage run -a -m pyspedas.projects.elfin.tests.test_epd_calibration
229+
#echo Starting elfin epd_l1 tests at `date`
230+
#coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l1
231+
#echo Starting elfin epd_l2 tests at `date`
232+
#coverage run -a -m pyspedas.projects.elfin.tests.test_epd_l2
233+
#echo Starting elfin state tests at `date`
234+
#coverage run -a -m pyspedas.projects.elfin.tests.test_state
235+
#echo Starting elfin tests at `date`
236+
#coverage run -a -m pyspedas.projects.elfin.tests.test_elfin
237+
#echo Starting elfin epd calibration tests at `date`
238+
#coverage run -a -m pyspedas.projects.elfin.tests.test_epd_calibration
239239
echo Starting soho tests at `date`
240240
coverage run -a -m pyspedas.projects.soho.tests.test_soho
241241
echo Starting de2 tests at `date`

0 commit comments

Comments
 (0)