From 1895b47e6f00d2b3730e9ca3a7e4caa12c8b8dbf Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Fri, 30 May 2025 14:22:09 -0700 Subject: [PATCH] Exclude POST-only confirmation actions from crawler --- src/org/labkey/test/util/Crawler.java | 2 ++ 1 file changed, 2 insertions(+) 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