Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/org/labkey/test/util/Crawler.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ protected List<ControllerActionId> 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
Expand Down