diff --git a/test/heatequation/heatequation.mini b/test/heatequation/heatequation.mini
index 6087d4160a3084387be6fa5af703745893d6dfde..b5897d254180c71726bf0b181e6ae72e6afa8714 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 e2a455372a077c34f9a46f239da702363a8cdde1..47559b75a86880bddb1134be30a31dfa4494b8e0 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