Skip to content

Commit fdd7c98

Browse files
Merge 26.1 to develop
2 parents 5c8ae24 + 42b9116 commit fdd7c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ protected List<String> skipLinksForValidation()
329329
return List.of(
330330
"showAllErrors.view",
331331
"query-exportRowsExcel.view",
332-
"ldk-runNotification.view" // need to scope notifications to enabled modules then can remove this
332+
"ldk-runNotification.view", // need to scope notifications to enabled modules then can remove this
333+
"ehr-postgresMigration.view"
333334
); // Override if there are links to pages that are known to throw errors
334335
}
335336

0 commit comments

Comments
 (0)