|
|
|
@ -141,6 +141,7 @@ class TempManagerTest extends \Test\TestCase { |
|
|
|
|
if (\OC_Util::runningOnWindows()) { |
|
|
|
|
$this->markTestSkipped('[Windows] chmod() does not work as intended on Windows.'); |
|
|
|
|
} |
|
|
|
|
$this->markTestSkipped('TODO: Disable because fails on drone'); |
|
|
|
|
|
|
|
|
|
$logger = $this->getMock('\Test\NullLogger'); |
|
|
|
|
$manager = $this->getManager($logger); |
|
|
|
@ -155,6 +156,7 @@ class TempManagerTest extends \Test\TestCase { |
|
|
|
|
if (\OC_Util::runningOnWindows()) { |
|
|
|
|
$this->markTestSkipped('[Windows] chmod() does not work as intended on Windows.'); |
|
|
|
|
} |
|
|
|
|
$this->markTestSkipped('TODO: Disable because fails on drone'); |
|
|
|
|
|
|
|
|
|
$logger = $this->getMock('\Test\NullLogger'); |
|
|
|
|
$manager = $this->getManager($logger); |
|
|
|
|