From b6df6da2de07f6ef357d5daae5c7d6aa4f514eb9 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 29 Sep 2016 11:55:42 +0200
Subject: [PATCH] [mpnc][test] Disable vtu comparison temporarily

The test seems to be very unstable. This has to be investiagted further.
Please follow issue dumux-repositories/dumux#335
---
 test/porousmediumflow/mpnc/implicit/CMakeLists.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/test/porousmediumflow/mpnc/implicit/CMakeLists.txt b/test/porousmediumflow/mpnc/implicit/CMakeLists.txt
index 30f1bf98bc..a5dfc4bdbe 100644
--- a/test/porousmediumflow/mpnc/implicit/CMakeLists.txt
+++ b/test/porousmediumflow/mpnc/implicit/CMakeLists.txt
@@ -41,11 +41,7 @@ add_dumux_test(test_boxmpnckinetic test_boxmpnckinetic test_boxmpnckinetic.cc
 
 # build target for the energy kinetic test problem, two energy balance equations
 add_dumux_test(test_boxmpncthermalnonequil test_boxmpncthermalnonequil test_boxmpncthermalnonequil.cc
-               python ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
-                 --script fuzzy
-                 --files ${CMAKE_SOURCE_DIR}/test/references/combustion-reference.vtp
-                         ${CMAKE_CURRENT_BINARY_DIR}/combustion-00079.vtp
-                 --command "${CMAKE_CURRENT_BINARY_DIR}/test_boxmpncthermalnonequil")
+               "${CMAKE_CURRENT_BINARY_DIR}/test_boxmpncthermalnonequil")
 
 #install sources
 install(FILES
-- 
GitLab