Index: trunk/phase3/tests/phpunit/includes/db/DatabaseSqliteTest.php |
— | — | @@ -266,6 +266,7 @@ |
267 | 267 | $list = array_flip( $db->listTables() ); |
268 | 268 | $excluded = array( |
269 | 269 | 'math', // moved out of core in 1.18 |
| 270 | + 'trackbacks', |
270 | 271 | 'searchindex', |
271 | 272 | 'searchindex_content', |
272 | 273 | 'searchindex_segments', |