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..f28286ee5e 100644 --- a/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml +++ b/Tests/IntegrationTests/TestDistribution/Configuration/Settings.yaml @@ -16,3 +16,12 @@ Neos: Neos: Ui: frontendDevelopmentMode: true + + # TODO remove this temporary hack once neos is fixed. + Flow: + object: + includeClasses: + "Neos.ContentRepository.TestSuite": + - "(*FAIL)" + "Neos.ContentRepositoryRegistry": + - "Neos\\\\ContentRepositoryRegistry\\\\(?!TestSuite\\\\Behavior\\\\CRRegistrySubjectProvider)"