Open
Description
We control which tests need proof parameters by listing them here: https://github.com/filecoin-project/lotus/blob/master/cmd/ci/main.go#L308
This list hasn't been updated in a while, and it is likely that more tests than the ones listed there need parameters.
The task here is to review our test base and list the tests that need parameters.
When a test is listed, we download the cached parameters before running the test. This reduces the time needed to run the test and also increases the reliability of running the test (because it has been observed that when a test itself tries to download params, it often fails with network issues).