Issue #3123933 by greg.1.anderson, alexpott, longwave, xjm: Determine whether...
Issue #3123933 by greg.1.anderson, alexpott, longwave, xjm: Determine whether ComposerProjectTemplatesTest is testing the internet, and if it is, avoid that
(cherry picked from commit a6eaea1b)
if(strpos($composerVersionLine,'Composer version 2')!==FALSE){
$this->markTestSkipped('We cannot run the template create project test with Composer 2 until we have a stable version of composer/semver 2.x. The create project test installs drupal/core-recommended and the Drupal Composer plugins from Packagist, so these must also be compatible with Composer 2.x in order for this test to work.');