Skip to content

Commit 4e74362

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: tweak the factory class description for inlined factory services skip a transient test on Windows Make bash completion run in non interactive mode
2 parents d5a5e44 + 3cb8e09 commit 4e74362

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Server/ConnectionTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class ConnectionTest extends TestCase
2424

2525
public function testDump()
2626
{
27+
if ('True' === getenv('APPVEYOR')) {
28+
$this->markTestSkipped('Skip transient test on AppVeyor');
29+
}
30+
2731
$cloner = new VarCloner();
2832
$data = $cloner->cloneVar('foo');
2933
$connection = new Connection(self::VAR_DUMPER_SERVER, [

0 commit comments

Comments
 (0)