From 210219db14f9b194e29b5f9d2d64c93dbac1d10c Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Mon, 6 Jan 2025 20:30:54 -0700 Subject: [PATCH] hyrax1 --- dap4_test/CMakeLists.txt | 3 ++- dap4_test/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dap4_test/CMakeLists.txt b/dap4_test/CMakeLists.txt index cd9be513c3..9a0f3b5ec0 100644 --- a/dap4_test/CMakeLists.txt +++ b/dap4_test/CMakeLists.txt @@ -52,8 +52,9 @@ ENDIF() IF(NETCDF_ENABLE_DAP_REMOTE_TESTS) add_sh_test(dap4_test test_remote) - add_sh_test(dap4_test test_hyrax) add_sh_test(dap4_test test_dap4url) +# Hyrax is acting flakey, so temporarily disable +# add_sh_test(dap4_test test_hyrax) IF(RUN_MANUAL_TESTS) # The following test can only be run by hand. # It tests earthdata authorization. diff --git a/dap4_test/Makefile.am b/dap4_test/Makefile.am index a6b1c9f566..ec5c81ec79 100644 --- a/dap4_test/Makefile.am +++ b/dap4_test/Makefile.am @@ -47,9 +47,11 @@ if NETCDF_ENABLE_DAP_REMOTE_TESTS TESTS += test_remote.sh TESTS += test_constraints.sh -TESTS += test_hyrax.sh TESTS += test_dap4url.sh +# Hyrax is acting flakey, so temporarily disable +#TESTS += test_hyrax.sh + # The following test can only be run by hand. # It tests earthdata authorization. # Before running it, one needs to do the following: