diff --git a/sdk/storage/storage-file/test/directoryclient.spec.ts b/sdk/storage/storage-file/test/directoryclient.spec.ts index 076f40c0c5c1..f58b1e19211b 100644 --- a/sdk/storage/storage-file/test/directoryclient.spec.ts +++ b/sdk/storage/storage-file/test/directoryclient.spec.ts @@ -572,7 +572,7 @@ describe("DirectoryClient", () => { await subDirClient.delete(); }); - it.only("listHandles should work", async () => { + it("listHandles should work", async () => { // TODO: Open or create a handle; Currently can only be done manually; No REST APIs for creating handles const s = serviceClient.getShareClient("share156830612406803206");