Skip to content

Commit 9ea1a36

Browse files
author
David Lonie
committed
Merge pull request #745 from UV-CDAT/disable_invalid_tests
Disable always failing tests
2 parents 3093428 + 83588b2 commit 9ea1a36

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

testing/CMakeLists.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
add_subdirectory(uvcdat)
1+
# Disabling GUI tests as they don't work
2+
#add_subdirectory(uvcdat)
3+
24
add_subdirectory(regrid)
35
if (CDAT_BUILD_VCS_LEGACY)
46
add_subdirectory(vcs_legacy)
@@ -10,6 +12,8 @@ add_subdirectory(cdms2)
1012
if (CDAT_BUILD_UVCMETRICSPKG)
1113
add_subdirectory(metrics)
1214
endif()
13-
if (CDAT_BUILD_PARAVIEW)
14-
add_subdirectory(paraview)
15-
endif()
15+
16+
# Disabling ParaView tests
17+
#if (CDAT_BUILD_PARAVIEW)
18+
# add_subdirectory(paraview)
19+
#endif()

0 commit comments

Comments
 (0)