We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b5518 commit fe480bbCopy full SHA for fe480bb
1 file changed
tests/MailChimpTest.php
@@ -80,6 +80,9 @@ public function testResponseState()
80
*/
81
public function testRequestTimeout()
82
{
83
+ $this->markTestSkipped('CI server too fast to realistically test.');
84
+
85
86
$MC_API_KEY = getenv('MC_API_KEY');
87
88
if (!$MC_API_KEY) {
0 commit comments