Merge "Paranoia, escape image alignment parameters before outputting."
[lhc/web/wiklou.git] / tests / phpunit / includes / page / WikiPageDbTestBase.php
index aaaa73b..5973d9e 100644 (file)
@@ -1051,6 +1051,9 @@ more stuff
         * @covers WikiPage::commitRollback
         */
        public function testDoRollback() {
+               // FIXME: fails under postgres
+               $this->markTestSkippedIfDbType( 'postgres' );
+
                $admin = $this->getTestSysop()->getUser();
                $user1 = $this->getTestUser()->getUser();
                // Use the confirmed group for user2 to make sure the user is different
@@ -1569,6 +1572,9 @@ more stuff
                $expectedSuccess,
                $expectedRowCount
        ) {
+               // FIXME: fails under sqlite and postgres
+               $this->markTestSkippedIfDbType( 'sqlite' );
+               $this->markTestSkippedIfDbType( 'postgres' );
                static $pageCounter = 0;
                $pageCounter++;