From 185d0446096f301f1b11a155919069194da38cc2 Mon Sep 17 00:00:00 2001 From: Marty Pradere Date: Fri, 16 Jan 2026 09:47:14 -0800 Subject: [PATCH] Fix crawl test - postgres migration UI (#1094) --- .../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 }