From 80658d92d7a0ca75dec9fd7a90254a764ee41a31 Mon Sep 17 00:00:00 2001
From: "Dmitry Yu. Naumov" <github@naumov.de>
Date: Mon, 17 Jul 2017 16:23:38 +0200
Subject: [PATCH] [PL] Richards: Exclude adaptive_dt from LIS ctests

This is failing with adaptive time stepping scheme using LIS library and enters an infinite loop.
This is to be fixed by Wenqing.
---
 ProcessLib/RichardsFlow/Tests.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/RichardsFlow/Tests.cmake b/ProcessLib/RichardsFlow/Tests.cmake
index 07f840e1101..ffc7cc614ec 100644
--- a/ProcessLib/RichardsFlow/Tests.cmake
+++ b/ProcessLib/RichardsFlow/Tests.cmake
@@ -41,7 +41,7 @@ AddTest(
     ABSTOL 1e-8 RELTOL 1e-3
     DIFF_DATA
     ref_t_1600.000000.vtu richards_pcs_0_ts_805_t_1600.000000.vtu pressure pressure
-    REQUIREMENTS NOT OGS_USE_MPI
+    REQUIREMENTS NOT (OGS_USE_MPI OR OGS_USE_LIS)
 )
 
 #PETSc/MPI
-- 
GitLab