diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-31 12:03:50 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-07-31 12:03:50 +0200 |
commit | 58233033c15d04d6c9c4519c8a0ef0fe735a1a27 (patch) | |
tree | dc41dcd2ce796d1b5fb8c49dd5bb42a53ac33853 /apps/files_encryption | |
parent | 99354f9a283a4274458c8c3cae4c82419d51c80d (diff) | |
download | nextcloud-server-58233033c15d04d6c9c4519c8a0ef0fe735a1a27.tar.gz nextcloud-server-58233033c15d04d6c9c4519c8a0ef0fe735a1a27.zip |
this test works locally, let's see what out build server says...
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/tests/share.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index 987d250cf0a..c536ae66b8c 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -751,9 +751,6 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase { * @large */ function testRecoveryForUser() { - $this->markTestIncomplete( - 'This test drives Jenkins crazy - "Cannot modify header information - headers already sent" - line 811' - ); // login as admin \Test_Encryption_Util::loginHelper(\Test_Encryption_Share::TEST_ENCRYPTION_SHARE_USER1); |