Skip to content

Commit

Permalink
Skip tests due to library regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 26, 2025
1 parent e4f366e commit aaab586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WebDAV/ByteMarkWebDAVServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class ByteMarkWebDAVServerTest extends WebDAVAdapterTestCase
{
protected static function createFilesystemAdapter(): FilesystemAdapter
{
if ($_ENV['TEST_WEBDAV'] !== 'YES') {
self::markTestSkipped('Library regression');
}
$client = new UrlPrefixingClientStub(['baseUri' => 'http://localhost:4080/', 'userName' => 'alice', 'password' => 'secret1234']);

return new WebDAVAdapter($client, manualCopy: true, manualMove: true);
Expand Down

0 comments on commit aaab586

Please sign in to comment.