tests: Add @group Broken to MediaWikiIntegrationTestCaseSchemaTest
Bug: T292239 Change-Id: I7061f5e630858443e9127c3267069ae6bba192e2
This commit is contained in:
parent
26109fb098
commit
37ef5c0cfe
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ use Wikimedia\Rdbms\IMaintainableDatabase;
|
|||
/**
|
||||
* @covers MediaWikiIntegrationTestCase
|
||||
* @group Database
|
||||
* @group Broken Flaky T292239
|
||||
*/
|
||||
class MediaWikiIntegrationTestCaseSchema1Test extends MediaWikiIntegrationTestCase {
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
*
|
||||
* @covers MediaWikiIntegrationTestCase
|
||||
* @group Database
|
||||
* @group Broken Flaky T292239
|
||||
*/
|
||||
class MediaWikiIntegrationTestCaseSchema2Test extends MediaWikiIntegrationTestCase {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue