diff --git a/src/org/labkey/test/util/Crawler.java b/src/org/labkey/test/util/Crawler.java index e3f64c81a5..49963a2c74 100644 --- a/src/org/labkey/test/util/Crawler.java +++ b/src/org/labkey/test/util/Crawler.java @@ -199,6 +199,8 @@ protected List getDefaultExcludedActions() // Tested directly in XTandemTest new ControllerActionId("protein", "doProteinSearch"), new ControllerActionId("protein", "pepSearch"), // TODO: Issue 36995: Check for SQL injection in StatementWrapper is not precise enough + new ControllerActionId("publish", "sampleTypePublishConfirm"), // POST-only + new ControllerActionId("publish", "assayPublishConfirm"), // POST-only new ControllerActionId("query", "printRows"), // Data region print button. 404s on "TargetedMS Runs" grid new ControllerActionId("reports", "streamFile"), new ControllerActionId("study", "manageStudyProperties"), // Intermittently triggers form dirty alert