Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 sundials (5.7.0+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Upload into unstable
Author: Anton Gladky <gladk@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-03-27

Index: sundials-5.8.0/examples/sunnonlinsol/petsc/CMakeLists.txt
===================================================================
--- sundials-5.8.0.orig/examples/sunnonlinsol/petsc/CMakeLists.txt
+++ sundials-5.8.0/examples/sunnonlinsol/petsc/CMakeLists.txt
@@ -82,10 +82,10 @@ foreach(example_tuple ${examples})
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+#sundials_add_test(${test_name} ${example}
+#    TEST_ARGS ${example_args}
+#    EXAMPLE_TYPE ${example_type}
+#    NODIFF)
 
   if(EXAMPLES_INSTALL)
     install(FILES ${shared_SOURCES} ${example}.c
Index: sundials-5.8.0/examples/sunlinsol/klu/CMakeLists.txt
===================================================================
--- sundials-5.8.0.orig/examples/sunlinsol/klu/CMakeLists.txt
+++ sundials-5.8.0/examples/sunlinsol/klu/CMakeLists.txt
@@ -87,10 +87,10 @@ foreach(example_tuple ${sunlinsol_klu_ex
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+#sundials_add_test(${test_name} ${example}
+#    TEST_ARGS ${example_args}
+#    EXAMPLE_TYPE ${example_type}
+#    NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
