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()
295
295
*/
296
296
public function testInstallWithCodeBaseRollback ()
297
297
{
298
- if ($ this ->isUsingAuroraDb ()) {
299
- $ this ->markTestSkipped ('Test skipped in AWS Aurora ' );
300
- }
301
298
//Move db_schema.xml file and tried to install
302
299
$ this ->moduleManager ->updateRevision (
303
300
'Magento_TestSetupDeclarationModule1 ' ,
@@ -308,6 +305,10 @@ public function testInstallWithCodeBaseRollback()
308
305
$ this ->cliCommand ->install (
309
306
['Magento_TestSetupDeclarationModule1 ' ]
310
307
);
308
+
309
+ if ($ this ->isUsingAuroraDb ()) {
310
+ $ this ->markTestSkipped ('Test skipped in AWS Aurora ' );
311
+ }
311
312
$ beforeRollback = $ this ->describeTable ->describeShard ('default ' );
312
313
self ::assertEquals ($ this ->getTrimmedData ()['before ' ], $ beforeRollback );
313
314
//Move db_schema.xml file and tried to install
You can’t perform that action at this time.
0 commit comments