Skip to content

Commit 3baf395

Browse files
MCLOUD-9137: Update functional tests
1 parent cc5bc4f commit 3baf395

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Test/Functional/Acceptance/Acceptance74CeCest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ protected function patchesDataProvider(): array
3030
['templateVersion' => '2.4.2', 'magentoVersion' => '2.4.2'],
3131
['templateVersion' => '2.4.2', 'magentoVersion' => '2.4.2-p1'],
3232
['templateVersion' => '2.4.2', 'magentoVersion' => '2.4.2-p2'],
33-
// Magento 2.4.3 CE does not work on the cloud
33+
// Magento 2.4.3 CE and later does not work on the cloud
3434
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3'],
3535
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3-p1'],
3636
// ['templateVersion' => '2.4.3', 'magentoVersion' => '2.4.3-p2'],
37-
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4'],
38-
['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p1'],
39-
['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5'],
37+
// ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4'],
38+
// ['templateVersion' => '2.4.4', 'magentoVersion' => '2.4.4-p1'],
39+
// ['templateVersion' => '2.4.5', 'magentoVersion' => '2.4.5'],
4040
];
4141
}
4242
}

0 commit comments

Comments
 (0)