MDL-72743 phpunit: Skip test until MDL-72950 is fixed

It's good to keep the test because it's not easy to
reproduce the issue to be fixed. Part of the fix will
be to remove this skip.
This commit is contained in:
Eloy Lafuente (stronk7)
2021-10-29 13:59:38 +02:00
committed by Ilya Tregubov
parent 3c1f14fb22
commit acf393873e
+5
View File
@@ -47,6 +47,11 @@ class restore_attempt_test extends \advanced_testcase {
public function test_restore_question_attempts_missing_users(): void {
global $DB, $USER;
// TODO: Remove this once MDL-72950 is fixed.
if ($DB->get_dbfamily() == 'oracle') {
$this->markTestSkipped("Skipping for Oracle until MDL-72950 is fixed.");
}
$this->resetAfterTest();
$this->setAdminUser();