Skip to content

Commit

Permalink
Disabling MAVEN S3 tests due to unexplained, consistent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jan 17, 2025
1 parent df57dd6 commit 172ab66
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 @@ -118,8 +118,8 @@ jobs:
coverage run -a -m pyspedas.utilities.tests.test_find_ip_address
echo Starting akebono tests at `date`
coverage run -a -m pyspedas.projects.akebono.tests.tests
echo Starting maven S3 tests at `date`
coverage run -a -m pyspedas.projects.maven.tests.uri_tests
#echo Starting maven S3 tests at `date`
#coverage run -a -m pyspedas.projects.maven.tests.uri_tests
echo Starting maven tests at `date`
coverage run -a -m pyspedas.projects.maven.tests.tests
echo Starting ace tests at `date`
Expand Down

0 comments on commit 172ab66

Please sign in to comment.