Merge "resourceloader: Re-enable testGetBlobCached() test case"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 10 Jun 2018 07:58:42 +0000 (07:58 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 10 Jun 2018 07:58:42 +0000 (07:58 +0000)
tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php

index 4d98773..fa4d804 100644 (file)
@@ -103,11 +103,6 @@ class MessageBlobStoreTest extends PHPUnit\Framework\TestCase {
                $this->assertEquals( '{"foo":"Example"}', $blob, 'Generated blob' );
        }
 
-       /**
-        * Seems to fail sometimes (T176097).
-        *
-        * @group Broken
-        */
        public function testGetBlobCached() {
                $module = $this->makeModule( [ 'example' ] );
                $rl = new ResourceLoader();