diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-10 17:22:04 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-10 17:22:04 +0100 |
commit | 6143232da604cb1fc0139acc114f1560fe7e2798 (patch) | |
tree | c2921b16a24c6678927cd704dcdf4e44898fb251 | |
parent | 80ae311329f56295e9ec6a4d3cee66cb9afc1a4f (diff) | |
parent | d648b548eb5f7e83120e81428cf9808233c4572a (diff) | |
download | nextcloud-server-6143232da604cb1fc0139acc114f1560fe7e2798.tar.gz nextcloud-server-6143232da604cb1fc0139acc114f1560fe7e2798.zip |
Merge pull request #12746 from owncloud/skip-longpath-test-again
skip testLongPath()
-rw-r--r-- | tests/lib/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php index 8bb4e0ac2cc..25065967260 100644 --- a/tests/lib/files/view.php +++ b/tests/lib/files/view.php @@ -594,7 +594,7 @@ class View extends \Test\TestCase { } } - public function testLongPath() { + public function xtestLongPath() { $storage = new \OC\Files\Storage\Temporary(array()); \OC\Files\Filesystem::mount($storage, array(), '/'); |