Merge pull request #12746 from owncloud/skip-longpath-test-again
skip testLongPath()
This commit is contained in:
commit
6143232da6
|
@ -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(), '/');
|
||||
|
|
Loading…
Reference in New Issue