Skip to content

Skip test_list_content* on cloud implementations

Running test_list_content* on cloud implementations is pretty useless as we won’t be listing 17 billion contents from Azure or S3 in a single thread operation. As each one takes a minute per cloud, we skip these tests to improve the runtime of the test suite.

Merge request reports