Skip to content

Commit dff1685

Browse files
committed
Skip MySQL on windows
1 parent 4a01e4e commit dff1685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Database/DatabaseMySqlTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected function setUp(): void
1616
{
1717
parent::setUp();
1818

19-
if (! isset($_SERVER['CI'])) {
19+
if (! isset($_SERVER['CI']) || windows_os()) {
2020
$this->markTestSkipped('This test is only executed on CI.');
2121
}
2222
}

0 commit comments

Comments
 (0)