From 71ff27d20af8f0df2db50a6b0fe46374781fdae9 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 7 Sep 2016 10:23:49 +0200
Subject: [PATCH] Disable explicit heatequation tests until the upstream
 problem is solved

---
 test/heatequation/heatequation.mini    | 3 +++
 test/heatequation/heatequation_dg.mini | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/test/heatequation/heatequation.mini b/test/heatequation/heatequation.mini
index 6087d416..b5897d25 100644
--- a/test/heatequation/heatequation.mini
+++ b/test/heatequation/heatequation.mini
@@ -15,3 +15,6 @@ extension = vtu
 explicit_time_stepping = 0, 1 | expand scheme
 exact_solution_expression = g
 compare_l2errorsquared = 1e-7
+
+# Disable explicit tests for now
+{__exec_suffix} == explicit | exclude
diff --git a/test/heatequation/heatequation_dg.mini b/test/heatequation/heatequation_dg.mini
index e2a45537..47559b75 100644
--- a/test/heatequation/heatequation_dg.mini
+++ b/test/heatequation/heatequation_dg.mini
@@ -15,3 +15,6 @@ extension = vtu
 explicit_time_stepping = 0, 1 | expand scheme
 exact_solution_expression = g
 compare_l2errorsquared = 1e-5
+
+# Disable explicit tests for now
+{__exec_suffix} == explicit | exclude
-- 
GitLab