Skip to content

Commit 7ae62a7

Browse files
Julian-TovarMr Bot
authored andcommitted
Merge pull request #6652 in DEV/moodle from update/INT-19064_worthy-yak to release/4.1+1
* commit 'a5bc14a165f82930acb7ab964a52428d930d6ed7': INT-19064 block_conduit, local_mr: Brought Zend 1.21.0 fixes for `lowerCase`, and fixed ILP and Meta tests from Conduit
2 parents 467864a + 0a15eab commit 7ae62a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mail_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ public function forum_post_email_templates_provider() {
11181118
* @param array $data provider samples.
11191119
*/
11201120
public function test_forum_post_email_templates($data) {
1121-
$this->markTestSkipped('To be reviewed in INT-19064');
1121+
$this->markTestSkipped('To be reviewed in INT-19113');
11221122
global $DB, $CFG;
11231123
// Disabled to avoid adding footer with Mobile Web Services info on emails.
11241124
$CFG->enablemobilewebservice = 0;

0 commit comments

Comments
 (0)