chore: skips visual tests on windows for now

This commit is contained in:
Nuno Maduro
2020-06-10 21:38:45 +02:00
parent 4254d71039
commit cd8d8fce61
2 changed files with 6 additions and 10 deletions

View File

@ -25,4 +25,4 @@ test('visual snapshot of test suite on success', function () {
assertStringContainsString(implode("\n", $output), file_get_contents($snapshot));
}
})->skip(!getenv('REBUILD_SNAPSHOTS') && getenv('EXCLUDE'))
->skip(PHP_OS_FAMILY === 'Windows', 'File sorting algorithm causes different test order on Windows');
->skip(PHP_OS_FAMILY === 'Windows');