aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functional/avatar_acp_test.php1
-rw-r--r--tests/functional/avatar_test.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/avatar_acp_test.php b/tests/functional/avatar_acp_test.php
index 623911fbf1..efd0317571 100644
--- a/tests/functional/avatar_acp_test.php
+++ b/tests/functional/avatar_acp_test.php
@@ -135,7 +135,6 @@ class phpbb_functional_avatar_acp_test extends phpbb_functional_test_case
$this->assert_response_success();
// Submit gravatar with incorrect email and correct size
- $this->markTestIncomplete('No error when submitting incorrect acp group settings. This needs to be fixed ASAP.');
$form = $crawler->selectButton($this->lang('SUBMIT'))->form();
$form['avatar_driver']->select('avatar_driver_gravatar');
$form['avatar_gravatar_email']->setValue('test.example.com');
diff --git a/tests/functional/avatar_test.php b/tests/functional/avatar_test.php
index e94eb4dcad..4f0f6ee5f7 100644
--- a/tests/functional/avatar_test.php
+++ b/tests/functional/avatar_test.php
@@ -242,7 +242,6 @@ class phpbb_functional_avatar_test extends phpbb_functional_test_case
$this->assert_response_success();
// Submit gravatar with incorrect email and correct size
- $this->markTestIncomplete('No error when submitting incorrect ucp group settings. This needs to be fixed ASAP.');
$form = $crawler->selectButton($this->lang('SUBMIT'))->form();
$form['avatar_driver']->select('avatar_driver_gravatar');
$form['avatar_gravatar_email']->setValue('test.example.com');