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 fe5fae9 commit ee2f6b4Copy full SHA for ee2f6b4
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php
@@ -284,6 +284,8 @@ public function testResolverCacheRecordIsCreatedForEachStoreView()
284
*/
285
public function testMediaGalleryForProductVideos(callable $actionMechanismCallable, bool $isInvalidationAction)
286
{
287
+ $this->markTestSkipped('Fixing this test in ACPT-1660');
288
+
289
// Test simple product with media
290
$simpleProductWithMedia = $this->productRepository->get('simple_product_with_media');
291
0 commit comments