We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fbade commit de7744fCopy full SHA for de7744f
Tests/Functional/Mailer/Transport/SparkpostTransportTest.php
@@ -28,8 +28,6 @@ protected function setUp(): void
28
$this->configParams['mailer_from_name'] = 'Admin';
29
parent::setUp();
30
$this->translator = self::getContainer()->get('translator');
31
-
32
- $this->markTestSkipped('Failing on CI. To be fixed in a separate PR.');
33
}
34
35
public function testEmailSendToContactSync(): void
0 commit comments