From 1233544c4a280e4392af448df654b5263e8c35db Mon Sep 17 00:00:00 2001 From: Fyorl Date: Mon, 25 Jun 2012 00:23:02 +0100 Subject: [PATCH] [ticket/10941] Marked broken test as incomplete PHPBB3-10941 --- tests/functional/fileupload_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/fileupload_test.php b/tests/functional/fileupload_test.php index ff62bad7bd..c06f7d94d7 100644 --- a/tests/functional/fileupload_test.php +++ b/tests/functional/fileupload_test.php @@ -14,6 +14,7 @@ class phpbb_functional_fileupload_test extends phpbb_functional_test_case { public function test_form_upload() { + $this->markTestIncomplete(); $path = __DIR__ . '/fixtures/files/'; $this->add_lang('posting'); $this->login();