Skip to content

Commit 3cb8e09

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: 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 2672bdc + 89a1c52 commit 3cb8e09

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)