From 8f5e6476d0bf4c98f6e3399786cca8076438230f Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Wed, 13 Mar 2024 15:57:49 +0000 Subject: [PATCH] Ignore schema for scheduled_transitions.settings when running update test #678 --- tests/src/Functional/LocalGovUpdateTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/src/Functional/LocalGovUpdateTest.php b/tests/src/Functional/LocalGovUpdateTest.php index 0b7d2e2..6f16f67 100644 --- a/tests/src/Functional/LocalGovUpdateTest.php +++ b/tests/src/Functional/LocalGovUpdateTest.php @@ -54,6 +54,9 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // No schema exist: 'localgov_geo.localgov_geo_type.address', 'localgov_geo.localgov_geo_type.area', + // Incorrect schema: + // - scheduled_transitions.settings:retain_processed.duration. + 'scheduled_transitions.settings', ]; /**