We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0c73dc + 39a1d55 commit 42b9116Copy full SHA for 42b9116
ehr/test/src/org/labkey/test/tests/ehr/AbstractGenericEHRTest.java
@@ -329,7 +329,8 @@ protected List<String> skipLinksForValidation()
329
return List.of(
330
"showAllErrors.view",
331
"query-exportRowsExcel.view",
332
- "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
333
+ "ehr-postgresMigration.view"
334
); // Override if there are links to pages that are known to throw errors
335
}
336
0 commit comments