MDL-72950 phpunit: Remove skipped tests now that the issue is fixed.

The problem (coincidence of contexts) was detected when running
oracle phpunit tests, so we skipped the tests as part of MDL-72743.

Now, with the problem fixed (previous commit), we can bring back
that test.
This commit is contained in:
Eloy Lafuente (stronk7) 2021-10-31 16:24:54 +01:00
parent c3a89cc550
commit 63b2bed3f0

View File

@ -47,11 +47,6 @@ 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();