File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev/tests/setup-integration/testsuite/Magento/Setup Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments