diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2020-07-29 00:25:42 +0100 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2020-07-29 00:45:14 +0000 |
commit | de4276cbc59cdacae01b24fa6f8d7ebe4d01456a (patch) | |
tree | ba2f4dd471ecc4c507957db093c5b74cc476c496 /tests/phpunit/includes/Storage/NameTableStoreTest.php | |
parent | 3d64bdacf5cd9a655afed3ab0fb7e0e8ebe1fbb5 (diff) | |
download | mediawikicore-de4276cbc59cdacae01b24fa6f8d7ebe4d01456a.tar.gz mediawikicore-de4276cbc59cdacae01b24fa6f8d7ebe4d01456a.zip |
Storage: Disable NameTableStoreTest case that fails on sqlite
To unblock T246358.
Bug: T246358
Bug: T259085
Change-Id: Icddb6eae411eed5658ba942b2271fc6469659251
Diffstat (limited to 'tests/phpunit/includes/Storage/NameTableStoreTest.php')
-rw-r--r-- | tests/phpunit/includes/Storage/NameTableStoreTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/Storage/NameTableStoreTest.php b/tests/phpunit/includes/Storage/NameTableStoreTest.php index 713ebea4573e..f84e9c16f7aa 100644 --- a/tests/phpunit/includes/Storage/NameTableStoreTest.php +++ b/tests/phpunit/includes/Storage/NameTableStoreTest.php @@ -424,6 +424,9 @@ class NameTableStoreTest extends MediaWikiIntegrationTestCase { } public function testTransactionRollbackWithInterference() { + // FIXME: https://phabricator.wikimedia.org/T259085 + $this->markTestSkippedIfDbType( 'sqlite' ); + $lb = MediaWikiServices::getInstance()->getDBLoadBalancer(); // Two instances hitting the real database using separate caches. |