We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd1220 commit 92a8fb2Copy full SHA for 92a8fb2
dev/tests/api-functional/testsuite/Magento/GraphQl/Store/AvailableStoresTest.php
@@ -44,6 +44,7 @@ protected function setUp(): void
44
$this->objectManager = Bootstrap::getObjectManager();
45
$this->storeConfigManager = $this->objectManager->get(StoreConfigManagerInterface::class);
46
$this->storeResource = $this->objectManager->get(StoreResource::class);
47
+ $this->markTestSkipped('AC-9001');
48
}
49
50
/**
0 commit comments