From 37e6a15f1a6abb2226b7ea56bee724b41c9327c2 Mon Sep 17 00:00:00 2001 From: khaledyoussef24 Date: Mon, 7 Jul 2025 15:59:35 +0300 Subject: [PATCH] skipping qsfs gridclient test suite --- packages/grid_client/tests/modules/qsfs.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/grid_client/tests/modules/qsfs.test.ts b/packages/grid_client/tests/modules/qsfs.test.ts index 17eca78f9a..e1d58ae0b9 100644 --- a/packages/grid_client/tests/modules/qsfs.test.ts +++ b/packages/grid_client/tests/modules/qsfs.test.ts @@ -1,3 +1,4 @@ +describe.skip("Grid3_Client_TS (Automated) – skipped", () => { // This test suite is skipped for now related to https://github.com/threefoldtech/tfgrid-sdk-ts/issues/3624 import { Features, FilterOptions, @@ -729,3 +730,4 @@ afterEach(async () => { afterAll(async () => { return await gridClient.disconnect(); }, 130000); +}); \ No newline at end of file