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: