diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2020-07-29 00:22:34 +0100 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2020-07-29 00:23:27 +0100 |
commit | 1c11a5071bbedc4a161c4e58a5ad2b1ac711594f (patch) | |
tree | 882068803ffdc12c2d9a40246218b04a2b167433 /tests/phpunit/integration/includes/db/DatabasePostgresTest.php | |
parent | 3d64bdacf5cd9a655afed3ab0fb7e0e8ebe1fbb5 (diff) | |
download | mediawikicore-1c11a5071bbedc4a161c4e58a5ad2b1ac711594f.tar.gz mediawikicore-1c11a5071bbedc4a161c4e58a5ad2b1ac711594f.zip |
tests: Disable the broken ignore and cases of DatabasePostgresTest
These four test cases have been broken for months:
- testInsertIgnoreOld
- testInsertIgnoreNew
- testInsertSelectIgnoreOld
- testInsertSelectIgnoreNew
Disabling now to unblock T246358.
Bug: T246358
Bug: T259084
Change-Id: Idd1e920de8759d8795788572139c8528af05bd2c
Diffstat (limited to 'tests/phpunit/integration/includes/db/DatabasePostgresTest.php')
-rw-r--r-- | tests/phpunit/integration/includes/db/DatabasePostgresTest.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/phpunit/integration/includes/db/DatabasePostgresTest.php b/tests/phpunit/integration/includes/db/DatabasePostgresTest.php index 8e8805ea6d8f..c5b40424ec37 100644 --- a/tests/phpunit/integration/includes/db/DatabasePostgresTest.php +++ b/tests/phpunit/integration/includes/db/DatabasePostgresTest.php @@ -59,6 +59,8 @@ class DatabasePostgresTest extends MediaWikiIntegrationTestCase { } /** + * FIXME: See https://phabricator.wikimedia.org/T259084. + * @group Broken * @covers Wikimedia\Rdbms\DatabasePostgres::insert */ public function testInsertIgnoreOld() { @@ -81,6 +83,8 @@ class DatabasePostgresTest extends MediaWikiIntegrationTestCase { } /** + * FIXME: See https://phabricator.wikimedia.org/T259084. + * @group Broken * @covers Wikimedia\Rdbms\DatabasePostgres::insert */ public function testInsertIgnoreNew() { @@ -145,6 +149,8 @@ class DatabasePostgresTest extends MediaWikiIntegrationTestCase { } /** + * FIXME: See https://phabricator.wikimedia.org/T259084. + * @group Broken * @covers Wikimedia\Rdbms\DatabasePostgres::doInsertSelectNative */ public function testInsertSelectIgnoreOld() { @@ -167,6 +173,8 @@ class DatabasePostgresTest extends MediaWikiIntegrationTestCase { } /** + * FIXME: See https://phabricator.wikimedia.org/T259084. + * @group Broken * @covers Wikimedia\Rdbms\DatabasePostgres::doInsertSelectNative */ public function testInsertSelectIgnoreNew() { |