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.
2 parents ecd1220 + 92a8fb2 commit 411fd3dCopy full SHA for 411fd3d
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