Tests/Proto/AI: unplug slow activation tests
What
This MR unplugs a pair of slow tests related to Adaptive Issuance activation.
Why
These tests are very slow because they test that AI launches through the activation vote in mainnet conditions so they need to bake many blocks. The number of blocks is even higher on Alpha because cycles are longer (in number of blocks) than Oxford because of the block time reduction.
How
The registration of the tests was moved in a separated list which is not passed to Alcotest_lwt.run.
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR