Seen in CampaignEvents, r1214766 for REL1_43, and r1214767 for REL1_44; both fail due to Translate with:
1) ResourcesTest::testValidDependencies Dependencies that do not exist Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( 'ext.translate.ve' => Array ( + 0 => 'ext.visualEditor.mwcore' ) )
I suspect this is related to the removal of recursive dependencies in CI (T389998), and that it would therefore be fixed by backporting r1193465. (See also how e.g. r1193456, which does basically the same thing in ProofreadPage, was backported)