From 070c8b76e10319201f29fa303313fd7f5452ea35 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Tue, 26 Oct 2021 14:26:30 -0600
Subject: [PATCH] Revert "Move currently failing test."

This reverts commit eba66bf47d99c1e2615a7b2e55c44b23071471bd.
---
 tests/{fail => simplex}/step-04-data_out_faces.cc     | 0
 tests/{fail => simplex}/step-04-data_out_faces.output | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename tests/{fail => simplex}/step-04-data_out_faces.cc (100%)
 rename tests/{fail => simplex}/step-04-data_out_faces.output (95%)

diff --git a/tests/fail/step-04-data_out_faces.cc b/tests/simplex/step-04-data_out_faces.cc
similarity index 100%
rename from tests/fail/step-04-data_out_faces.cc
rename to tests/simplex/step-04-data_out_faces.cc
diff --git a/tests/fail/step-04-data_out_faces.output b/tests/simplex/step-04-data_out_faces.output
similarity index 95%
rename from tests/fail/step-04-data_out_faces.output
rename to tests/simplex/step-04-data_out_faces.output
index a795ce8626..5482b3d899 100644
--- a/tests/fail/step-04-data_out_faces.output
+++ b/tests/simplex/step-04-data_out_faces.output
@@ -1,4 +1,4 @@
-JobId strange.math.colostate.edu Tue Oct 26 17:19:44 2021
+
 DEAL::Solving problem in 2 space dimensions.
 DEAL::   Number of active cells: 8
 DEAL::   Total number of cells: 8
@@ -7,7 +7,7 @@ DEAL:cg::Starting value 4.18267
 DEAL:cg::Convergence step 1 value 0.00000
 DEAL::   1 CG iterations needed to obtain convergence.
 # vtk DataFile Version 3.0
-#This file was generated by the deal.II library on 2021/10/26 at 17:19:44
+#This file was generated 
 ASCII
 DATASET UNSTRUCTURED_GRID
 
@@ -53,7 +53,7 @@ DEAL:cg::Starting value 0.00000
 DEAL:cg::Convergence step 0 value 0.00000
 DEAL::   0 CG iterations needed to obtain convergence.
 # vtk DataFile Version 3.0
-#This file was generated by the deal.II library on 2021/10/26 at 17:19:44
+#This file was generated 
 ASCII
 DATASET UNSTRUCTURED_GRID
 
-- 
2.39.5