Skip to content

Commit 2f1d99a

Browse files
committed
skip crawling datasets view
1 parent 0dcd01f commit 2f1d99a

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
@@ -336,7 +336,8 @@ protected List<String> skipLinksForCrawling()
336336
"dataintegration-begin.view",
337337
"ldk-updateQuery",
338338
"junit-begin.view",
339-
"admin-"
339+
"admin-",
340+
"ehr-datasets.view"
340341
);
341342
}
342343

0 commit comments

Comments
 (0)