aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/common_groups_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/common_groups_test.php')
-rw-r--r--tests/functional/common_groups_test.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/common_groups_test.php b/tests/functional/common_groups_test.php
index 7ccd78421e..cc6afa54b9 100644
--- a/tests/functional/common_groups_test.php
+++ b/tests/functional/common_groups_test.php
@@ -30,6 +30,12 @@ abstract class phpbb_functional_common_groups_test extends phpbb_functional_test
*/
public function test_groups_manage($input, $expected)
{
+ $this->markTestIncomplete(
+ 'Test fails on develop due to another test deleting the Administrators group.'
+ );
+ // See https://github.com/phpbb/phpbb3/pull/1407#issuecomment-18465480
+ // and https://gist.github.com/bantu/22dc4f6c6c0b8f9e0fa1
+
$this->login();
$this->admin_login();
$this->add_lang(array('ucp', 'acp/groups'));