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 a74feef + d49c011 commit 2762d14Copy full SHA for 2762d14
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/VarnishTest.php
@@ -1,5 +1,5 @@
1
<?php
2
-/*
+/**
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
@@ -15,10 +15,6 @@
15
16
class VarnishTest extends GraphQlAbstract
17
{
18
- protected function setUp(): void
19
- {
20
- $this->markTestSkipped("Tests are skipped until vcl files are merged into mainline");
21
- }
22
/**
23
* Test that we obtain cache MISS/HIT when expected for a guest.
24
*
0 commit comments