@@ -54,10 +54,6 @@ protected function setUp(): void {
* Tests upgrading the Composer Scaffold plugin.
*/
publicfunctiontestScaffoldUpgrade():void{
$composerVersionLine=exec('composer --version');
if(str_contains($composerVersionLine,'Composer version 2')){
$this->markTestSkipped('We cannot run the scaffold upgrade test with Composer 2 until we have a stable version of drupal/core-composer-scaffold to start from that we can install with Composer 2.x.');