[ticket/239] Do not test access to the upload module

B3P-239
This commit is contained in:
Marc Alexander
2014-06-09 15:11:12 +02:00
parent 9712518f2b
commit 923574566b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class phpbb_functional_portal_acp_test extends \board3\portal\tests\testframewor
return array(
array('config'),
array('modules'),
array('upload_module'),
// array('upload_module'),
);
}