Skip to content

Commit

Permalink
hyrax1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 7, 2025
1 parent fdc2481 commit 210219d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dap4_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion dap4_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 210219d

Please sign in to comment.