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 04fb872 commit 338a184Copy full SHA for 338a184
dev/tests/integration/testsuite/Magento/Security/Model/UserExpiration/ValidatorTest.php
@@ -51,6 +51,7 @@ protected function setUp(): void
51
*/
52
public function testValidateUserExpiresAt(string $locale): void
53
{
54
+ $this->markTestSkipped('Test is blocked by issue AC-285');
55
$this->localeResolver->setLocale($locale);
56
$date = $this->timeZone->date()->modify('+10 day');
57
$expireDate = $this->timeZone->formatDateTime($date, \IntlDateFormatter::MEDIUM, \IntlDateFormatter::MEDIUM);
0 commit comments