The option `--usecli` was added to test_framework in [[https://github.com/bitcoin/bitcoin/pull/11970 | PR11970]]. Running the test with this parameter will cause all RPCs to be sent through bitcoin-cli rather than directly over http. But the test were not all annotated accordingly. 74 tests were unnecessiraly skipped.
This commit has currently no effect, as `self.supports_cli` is `False` by default. The default will be change in next commit.
This is a backport of Core [[https://github.com/bitcoin/bitcoin/pull/17675 | PR17675]] [1/2]