Skip to content

Commit 411fd3d

Browse files
authored
Merge pull request #552 from magento-performance/as-skipStoreTests
Skip store tests for app server
2 parents ecd1220 + 92a8fb2 commit 411fd3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Store/AvailableStoresTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ protected function setUp(): void
4444
$this->objectManager = Bootstrap::getObjectManager();
4545
$this->storeConfigManager = $this->objectManager->get(StoreConfigManagerInterface::class);
4646
$this->storeResource = $this->objectManager->get(StoreResource::class);
47+
$this->markTestSkipped('AC-9001');
4748
}
4849

4950
/**

0 commit comments

Comments
 (0)