From 225e33a2e066f4fc651ddb312fb9b82b44ba08f1 Mon Sep 17 00:00:00 2001
From: Claudiu Cristea <clau.cristea@gmail.com>
Date: Thu, 16 Mar 2023 18:34:34 +0200
Subject: [PATCH] Revert "Allow debugging."

This reverts commit e9cbf6e56eb597d5275f299f64bd44830d5fbeba.
---
 resources/runner/drupal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/runner/drupal.yml b/resources/runner/drupal.yml
index c8ac4b25fd..aaf403e800 100644
--- a/resources/runner/drupal.yml
+++ b/resources/runner/drupal.yml
@@ -215,7 +215,7 @@ drupal:
         ];
         // Location of the site configuration files.
         $settings['config_sync_directory'] = '../config/sync';
-        $settings['config_readonly'] = FALSE; // !file_exists(getcwd() . '/../disable-config-readonly');
+        $settings['config_readonly'] = !file_exists(getcwd() . '/../disable-config-readonly');
       Testing configuration alters: |
         // The video from the home page interacts with Selenium tests.
         $config['page_manager.page_variant.homepage-layout_builder-0']['variant_settings']['sections'][4]['components']['6ab0ceea-4541-4153-8b64-227e02369d30']['configuration']['text'] = 'Some joinup video';
-- 
GitLab