Page History
...
Test-Parameters: supplied with a normal commit are in addition to the normal tests that would be run against a patch. This allows a patch with specific or unusual testing requirements to ensure that sufficient additional testing is run to gain confidence in the change being made. For patches that are of an experimental nature (i.e. developer is not sure of functionality, or only wants a limited set of tests to be run), it is also possible to submit a patch with the fortestonly parameter.
The fortestonly parameter marks that the patch is not intended for landing. Supplied Test-Parameters override : with fortestonly replace the default tests that will be run, so it is possible to run only a subset of tests, possibly multiple times each. Patches marked with fortestonly will not receive the Verified label from Maloo and cannot be landed without being resubmitted, or editing the commit comment in Gerrit to remove the fortestonly label and allowing the tests to complete (which will preserve any reviews that the patch has received).
...