From 2f0b1f7f64cda604971897be15be38c9f77e91a9 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Mon, 1 Jul 2024 17:06:51 -0700 Subject: [PATCH] Commenting out secs tests because vmo.igpp.ucla.edu is misbehaving again --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 4c3f2066..04f9a2ab 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -144,8 +144,8 @@ jobs: coverage run -a -m pyspedas.cotrans.tests.quaternions echo Starting cnofs tests at `date` coverage run -a -m pyspedas.cnofs.tests.tests - echo Starting secs tests at `date` - coverage run -a -m pyspedas.secs.tests.tests + #echo Starting secs tests at `date` + #coverage run -a -m pyspedas.secs.tests.tests echo Starting kompsat tests at `date` coverage run -a -m pyspedas.kompsat.tests.tests echo Starting hapi tests at `date`