Skip to content

Commit 48498d5

Browse files
committed
Update DbaInferenceTest.php
1 parent 4c63f0d commit 48498d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/default/DbaInferenceTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ public function dataFileAsserts(): iterable
2020

2121
yield from $this->gatherAssertTypes(__DIR__ . '/data/doctrine-dbal.php');
2222
yield from $this->gatherAssertTypes(__DIR__ . '/data/inference-placeholder.php');
23-
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-680.php');
23+
24+
// for some reason does not work in pgsql
25+
if ('pdo-pgsql' !== getenv('DBA_REFLECTOR')) {
26+
yield from $this->gatherAssertTypes(__DIR__ . '/data/bug-680.php');
27+
}
2428
}
2529

2630
// make sure class constants can be resolved

0 commit comments

Comments
 (0)