From 50f1a4fc8eab81f804e8b6f204ea1d2b508f043b Mon Sep 17 00:00:00 2001
From: mhsdesign <85400359+mhsdesign@users.noreply.github.com>
Date: Sat, 23 Sep 2023 00:44:09 +0200
Subject: [PATCH] TASK: Move testing hack yaml to reduce impact on other
 projects

---
 Configuration/Settings.TestingHack.yaml                |  9 ---------
 .../TestDistribution/Configuration/Settings.yaml       | 10 ++++++++++
 2 files changed, 10 insertions(+), 9 deletions(-)
 delete mode 100644 Configuration/Settings.TestingHack.yaml

diff --git a/Configuration/Settings.TestingHack.yaml b/Configuration/Settings.TestingHack.yaml
deleted file mode 100644
index 3504f8671a..0000000000
--- a/Configuration/Settings.TestingHack.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
-# TODO remove this temporary hack once neos is fixed.
-Neos:
-  Flow:
-    object:
-      includeClasses:
-        "Neos.ContentRepository.TestSuite":
-          - "(*FAIL)"
-        "Neos.ContentRepositoryRegistry":
-          - "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)"
diff --git a/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml b/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml
index 34e45a207f..772ec4b1d6 100644
--- a/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml
+++ b/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml
@@ -13,6 +13,16 @@ Neos:
       ignoredTags:
         template: true
         psalm: true
+
+  # TODO remove this temporary hack once neos is fixed.
+  Flow:
+    object:
+      includeClasses:
+        "Neos.ContentRepository.TestSuite":
+          - "(*FAIL)"
+        "Neos.ContentRepositoryRegistry":
+          - "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)"
+
   Neos:
     Ui:
       frontendDevelopmentMode: true