Skip to content

Commit 351c4a9

Browse files
authored
Exclude POST-only confirmation actions from crawler (#2471)
1 parent 05d0f01 commit 351c4a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/org/labkey/test/util/Crawler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ protected List<ControllerActionId> getDefaultExcludedActions()
199199
// Tested directly in XTandemTest
200200
new ControllerActionId("protein", "doProteinSearch"),
201201
new ControllerActionId("protein", "pepSearch"), // TODO: Issue 36995: Check for SQL injection in StatementWrapper is not precise enough
202+
new ControllerActionId("publish", "sampleTypePublishConfirm"), // POST-only
203+
new ControllerActionId("publish", "assayPublishConfirm"), // POST-only
202204
new ControllerActionId("query", "printRows"), // Data region print button. 404s on "TargetedMS Runs" grid
203205
new ControllerActionId("reports", "streamFile"),
204206
new ControllerActionId("study", "manageStudyProperties"), // Intermittently triggers form dirty alert

0 commit comments

Comments
 (0)