From dd992789f6284b11c492ce5c47867ae0db7654ff 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 | 9 +++++++++ 2 files changed, 9 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..1d980f3a28 100644 --- a/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml +++ b/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml @@ -13,6 +13,15 @@ Neos: ignoredTags: template: true psalm: true + + # TODO remove this temporary hack once neos is fixed. + object: + includeClasses: + "Neos.ContentRepository.TestSuite": + - "(*FAIL)" + "Neos.ContentRepositoryRegistry": + - "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)" + Neos: Ui: frontendDevelopmentMode: true