Skip to content

Commit 678f07a

Browse files
committed
ACPT-1798::[Application Server] Integration test failures
1 parent a4ea250 commit 678f07a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCheckoutMutationsStateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class GraphQlCheckoutMutationsStateTest extends \PHPUnit\Framework\TestCase
3636
protected function setUp(): void
3737
{
3838
if (version_compare(PHP_VERSION, '8.3', '>=')) {
39+
ini_set("zend.enable_gc",0);
3940
$this->markTestSkipped(
4041
'Test is skip and un-skip again in scope of this - AC-11491 on this version of Magento.'
4142
);

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCustomerMutationsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class GraphQlCustomerMutationsTest extends \PHPUnit\Framework\TestCase
3333
protected function setUp(): void
3434
{
3535
if (version_compare(PHP_VERSION, '8.3', '>=')) {
36+
ini_set("zend.enable_gc",0);
3637
$this->markTestSkipped(
3738
'Test is skip and un-skip again in scope of this - AC-11491 on this version of Magento.'
3839
);

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlStateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class GraphQlStateTest extends \PHPUnit\Framework\TestCase
3636
protected function setUp(): void
3737
{
3838
if (version_compare(PHP_VERSION, '8.3', '>=')) {
39+
ini_set("zend.enable_gc",0);
3940
$this->markTestSkipped(
4041
'Test is skip and un-skip again in scope of this - AC-11491 on this version of Magento.'
4142
);

dev/tests/integration/testsuite/Magento/GraphQl/Controller/GraphQlControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public static function setUpBeforeClass(): void
5757
protected function setUp(): void
5858
{
5959
if (version_compare(PHP_VERSION, '8.3', '>=')) {
60+
ini_set("zend.enable_gc",0);
6061
$this->markTestSkipped(
6162
'Test is skip and un-skip again in scope of this - AC-11491 on this version of Magento.'
6263
);

0 commit comments

Comments
 (0)