Skip to content

Commit

Permalink
Disabling MAVEN tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Aug 29, 2024
1 parent 7018db9 commit 89eaebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
coverage run -a -m pyspedas.mth5.tests.test_mth5_import
echo Starting MTH5 load_fdsn test at `date`
coverage run -a -m pyspedas.mth5.tests.test_load_fdsn
echo Starting maven tests at `date`
coverage run -a -m pyspedas.maven.tests.tests
#echo Starting maven tests at `date`
#coverage run -a -m pyspedas.maven.tests.tests
echo Starting cluster tests at `date`
coverage run -a -m pyspedas.cluster.tests.tests
#echo Starting akebono tests at `date`
Expand Down

0 comments on commit 89eaebb

Please sign in to comment.