We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d0f01 commit 351c4a9Copy full SHA for 351c4a9
1 file changed
src/org/labkey/test/util/Crawler.java
@@ -199,6 +199,8 @@ protected List<ControllerActionId> getDefaultExcludedActions()
199
// Tested directly in XTandemTest
200
new ControllerActionId("protein", "doProteinSearch"),
201
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
204
new ControllerActionId("query", "printRows"), // Data region print button. 404s on "TargetedMS Runs" grid
205
new ControllerActionId("reports", "streamFile"),
206
new ControllerActionId("study", "manageStudyProperties"), // Intermittently triggers form dirty alert
0 commit comments