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 }