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 fdd98b4 commit 1b220f7Copy full SHA for 1b220f7
dev/tests/integration/testsuite/Magento/Framework/Session/SessionManagerTest.php
@@ -61,6 +61,7 @@ class SessionManagerTest extends \PHPUnit\Framework\TestCase
61
62
protected function setUp()
63
{
64
+ $this->markTestSkipped('Test needs to be refactored.');
65
$this->sessionName = 'frontEndSession';
66
67
ini_set('session.use_only_cookies', '0');
0 commit comments