From e6e30d4cc96672dd802cbd5d6dfa709b85e6086c Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Wed, 14 Jan 2026 20:19:22 -0800 Subject: [PATCH] fix crawl test --- .../src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java b/ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java index 8304d9004..b90a42dfa 100644 --- a/ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java +++ b/ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java @@ -329,7 +329,8 @@ protected List skipLinksForValidation() return List.of( "showAllErrors.view", "query-exportRowsExcel.view", - "ldk-runNotification.view" // need to scope notifications to enabled modules then can remove this + "ldk-runNotification.view", // need to scope notifications to enabled modules then can remove this + "ehr-postgresMigration.view" ); // Override if there are links to pages that are known to throw errors }