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 f199510 commit 99a6270Copy full SHA for 99a6270
Tests/Server/ConnectionTest.php
@@ -24,6 +24,10 @@ class ConnectionTest extends TestCase
24
25
public function testDump()
26
{
27
+ if ('True' === getenv('APPVEYOR')) {
28
+ $this->markTestSkipped('Skip transient test on AppVeyor');
29
+ }
30
+
31
$cloner = new VarCloner();
32
$data = $cloner->cloneVar('foo');
33
$connection = new Connection(self::VAR_DUMPER_SERVER, [
0 commit comments