diff options
Diffstat (limited to 'tests/phpunit/includes/deferred/DeferredUpdatesTest.php')
-rw-r--r-- | tests/phpunit/includes/deferred/DeferredUpdatesTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/deferred/DeferredUpdatesTest.php b/tests/phpunit/includes/deferred/DeferredUpdatesTest.php index 47d2533099dc..6faedf679a89 100644 --- a/tests/phpunit/includes/deferred/DeferredUpdatesTest.php +++ b/tests/phpunit/includes/deferred/DeferredUpdatesTest.php @@ -354,7 +354,6 @@ class DeferredUpdatesTest extends MediaWikiIntegrationTestCase { DeferredUpdates::attemptUpdate( new MWCallableUpdate( static function () use ( $lbFactory, $fname, &$called ) { - $lbFactory->flushReplicaSnapshots( $fname ); $lbFactory->commitPrimaryChanges( $fname ); $called = true; }, |