X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fresourceloader%2FMessageBlobStoreTest.php;h=4d98773890f16fd3b3e390f97d644f80430bcf68;hb=568ce02b434ef39a3269bf3d24a54f4b53c3cb12;hp=fa4d804ee8dc19db653bc988d4f865ce09c3e236;hpb=4b2f95bed5a9ae0a917264abed2ba1fd9fb78f3c;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php b/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php index fa4d804ee8..4d98773890 100644 --- a/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php +++ b/tests/phpunit/includes/resourceloader/MessageBlobStoreTest.php @@ -103,6 +103,11 @@ 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();