Skip to content

Commit af5dc09

Browse files
committed
BUG#AC-3049: Cloud - native 2.4.5 Integration test Failures (Aurora)
1 parent 2eb1db6 commit af5dc09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/setup-integration/testsuite/Magento/Setup/DeclarativeInstallerTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ public function testInstallationWithDroppingTablesFromSecondaryModule()
295295
*/
296296
public function testInstallWithCodeBaseRollback()
297297
{
298-
if ($this->isUsingAuroraDb()) {
299-
$this->markTestSkipped('Test skipped in AWS Aurora');
300-
}
301298
//Move db_schema.xml file and tried to install
302299
$this->moduleManager->updateRevision(
303300
'Magento_TestSetupDeclarationModule1',
@@ -308,6 +305,10 @@ public function testInstallWithCodeBaseRollback()
308305
$this->cliCommand->install(
309306
['Magento_TestSetupDeclarationModule1']
310307
);
308+
309+
if ($this->isUsingAuroraDb()) {
310+
$this->markTestSkipped('Test skipped in AWS Aurora');
311+
}
311312
$beforeRollback = $this->describeTable->describeShard('default');
312313
self::assertEquals($this->getTrimmedData()['before'], $beforeRollback);
313314
//Move db_schema.xml file and tried to install

0 commit comments

Comments
 (0)