Index: trunk/phase3/tests/phpunit/StructureTest.php |
— | — | @@ -10,6 +10,9 @@ |
11 | 11 | * Test. If the file names do not end in Test, they will not be run. |
12 | 12 | */ |
13 | 13 | public function testUnitTestFileNamesEndWithTest() { |
| 14 | + if ( wfIsWindows() ) { |
| 15 | + $this->markTestSkipped( 'This test does not work on Windows' ); |
| 16 | + } |
14 | 17 | $rootPath = escapeshellarg( __DIR__ ); |
15 | 18 | $testClassRegex = implode( '|', array( |
16 | 19 | 'ApiFormatTestBase', |