Skip to content

Commit 80a12c2

Browse files
committed
comment
1 parent 3cea793 commit 80a12c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nirc_ehr/test/src/org.labkey.test/tests.nirc_ehr/NIRC_EHRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ protected String getAnimalHistoryPath()
368368
protected List<String> skipLinksForValidation()
369369
{
370370
List<String> links = new ArrayList<>(super.skipLinksForValidation());
371-
links.add("ehr-colonyOverview.view");
371+
links.add("ehr-colonyOverview.view"); // Not fully implemented
372372
return links;
373373
}
374374

0 commit comments

Comments
 (0)