Merge "watchlist: fix nonsensical timestamp/boolean comparisons in EnhancedRecentChanges"
[lhc/web/wiklou.git] / tests / phpunit / tests / MediaWikiTestCaseSchema1Test.php
index d794d13..3b270b3 100644 (file)
@@ -11,6 +11,12 @@ class MediaWikiTestCaseSchema1Test extends MediaWikiTestCase {
 
        public static $hasRun = false;
 
+       public function setUp() {
+               parent::setUp();
+               // FIXME: fails under postgres
+               $this->markTestSkippedIfDbType( 'postgres' );
+       }
+
        public function getSchemaOverrides( IMaintainableDatabase $db ) {
                return [
                        'create' => [ 'MediaWikiTestCaseTestTable', 'imagelinks' ],