We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a5f6e commit 83588b2Copy full SHA for 83588b2
1 file changed
testing/CMakeLists.txt
@@ -1,4 +1,6 @@
1
-add_subdirectory(uvcdat)
+# Disabling GUI tests as they don't work
2
+#add_subdirectory(uvcdat)
3
+
4
add_subdirectory(regrid)
5
if (CDAT_BUILD_VCS_LEGACY)
6
add_subdirectory(vcs_legacy)
@@ -10,6 +12,8 @@ add_subdirectory(cdms2)
10
12
if (CDAT_BUILD_UVCMETRICSPKG)
11
13
add_subdirectory(metrics)
14
endif()
-if (CDAT_BUILD_PARAVIEW)
- add_subdirectory(paraview)
15
-endif()
16
+# Disabling ParaView tests
17
+#if (CDAT_BUILD_PARAVIEW)
18
+# add_subdirectory(paraview)
19
+#endif()
0 commit comments