Skip to content

Commit 2762d14

Browse files
committed
Merge branch 'B2B-2404' of https://github.com/magento-arcticfoxes/magento2ce into B2B-2452
2 parents a74feef + d49c011 commit 2762d14

File tree

1 file changed

+1
-5
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache

1 file changed

+1
-5
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/VarnishTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
/*
2+
/**
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
@@ -15,10 +15,6 @@
1515
*/
1616
class VarnishTest extends GraphQlAbstract
1717
{
18-
protected function setUp(): void
19-
{
20-
$this->markTestSkipped("Tests are skipped until vcl files are merged into mainline");
21-
}
2218
/**
2319
* Test that we obtain cache MISS/HIT when expected for a guest.
2420
*

0 commit comments

Comments
 (0)