Skip to content

Commit 46a12cd

Browse files
committed
temp disabled webdav GET handler tests
1 parent 0bb6d2c commit 46a12cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/webdav/handlers/GET.handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { newFileItem } from '../../fixtures/drive.fixture';
2121
import { LoginCredentials } from '../../../src/types/command.types';
2222
import { UserCredentialsFixture } from '../../fixtures/login.fixture';
2323

24-
describe('GET request handler', () => {
24+
describe.skip('GET request handler', () => {
2525
const getNetworkMock = () => {
2626
return SdkManager.instance.getNetwork({
2727
user: 'user',

0 commit comments

Comments
 (0)