Skip to content

Commit 61d4474

Browse files
committed
disable performance test for xdebug
1 parent 59719d8 commit 61d4474

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/PerformanceTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ class PerformanceTest extends TestCase
1111

1212
public function test()
1313
{
14+
if(extension_loaded('xdebug')) {
15+
$this->markTestSkipped("Disable performance metrics with xdebug");
16+
}
1417
$mapper = $this->createMapper();
1518
$this->clean($mapper);
1619

0 commit comments

Comments
 (0)