diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2022-01-21 23:42:35 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2022-01-22 17:04:53 +0000 |
commit | 977f0c0c19836c61019598db047b47b279a89a76 (patch) | |
tree | e53734dd8914d538d792c90a1b5d0510fcb239da /tests/phpunit/includes/Storage/NameTableStoreTest.php | |
parent | a824da0f3447c2a974a2c9b031e2aec7f2d14163 (diff) | |
download | mediawikicore-977f0c0c19836c61019598db047b47b279a89a76.tar.gz mediawikicore-977f0c0c19836c61019598db047b47b279a89a76.zip |
Remove passing markTestSkippedIfDbType or add comment
It seems some tests are fixed in the meantime without removing the
skipped part for this.
Bug: T195807
Follow-Up: I58261dd70eea3581803987a4a7739c7d55558f42
Change-Id: Ie883b7056cdd0cb6bec81c2f7e4ed54177b4ecb2
Diffstat (limited to 'tests/phpunit/includes/Storage/NameTableStoreTest.php')
-rw-r--r-- | tests/phpunit/includes/Storage/NameTableStoreTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/Storage/NameTableStoreTest.php b/tests/phpunit/includes/Storage/NameTableStoreTest.php index 18dc2d26b126..b84cc05571cd 100644 --- a/tests/phpunit/includes/Storage/NameTableStoreTest.php +++ b/tests/phpunit/includes/Storage/NameTableStoreTest.php @@ -333,7 +333,7 @@ class NameTableStoreTest extends MediaWikiIntegrationTestCase { } public function testGetAndAcquireIdInsertCallback() { - // FIXME: fails under postgres + // Postgres does not allow to specify the SERIAL column on insert to fake an id $this->markTestSkippedIfDbType( 'postgres' ); $store = $this->getNameTableSqlStore( |