From 89b4c61107ea2d55c40b3d0895c3eb28cd7f641d Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+symantic-parser@sourcephile.fr>
Date: Fri, 1 Jan 2021 03:59:01 +0100
Subject: [PATCH] comment-out unstable golden tests

---
 test/Golden.hs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/Golden.hs b/test/Golden.hs
index aa7d740..18deb4c 100644
--- a/test/Golden.hs
+++ b/test/Golden.hs
@@ -30,7 +30,11 @@ import qualified Golden.Grammar as Grammar
 goldensIO :: IO TestTree
 goldensIO = return $ testGroup "Golden"
   [ goldensGrammar
-  , goldensMachine
+  -- Commented-out for the release
+  -- because resetTHNameCounter is not enough:
+  -- TH names still change between runs
+  -- with and without --accept
+  -- , goldensMachine
   , goldensParser
   ]
 
-- 
2.47.2