diff --git a/tests/drivers/gcs/copy.spec.ts b/tests/drivers/gcs/copy.spec.ts index b5e913d..4c34f78 100644 --- a/tests/drivers/gcs/copy.spec.ts +++ b/tests/drivers/gcs/copy.spec.ts @@ -32,7 +32,6 @@ test.group('GCS Driver | copy', (group) => { } }) group.each.timeout(10_000) - group.tap((t) => t.pin()) test('copy file from source to the destination', async ({ assert }) => { const source = `${string.random(6)}.txt` diff --git a/tests/drivers/gcs/delete.spec.ts b/tests/drivers/gcs/delete.spec.ts index 7b9f378..9ef8387 100644 --- a/tests/drivers/gcs/delete.spec.ts +++ b/tests/drivers/gcs/delete.spec.ts @@ -28,7 +28,6 @@ test.group('GCS Driver | delete', (group) => { } }) group.each.timeout(10_000) - group.tap((t) => t.pin()) test('delete file', async ({ assert }) => { const key = `${string.random(6)}.txt` diff --git a/tests/drivers/gcs/get_metadata.spec.ts b/tests/drivers/gcs/get_metadata.spec.ts index 4dc29af..12a4b49 100644 --- a/tests/drivers/gcs/get_metadata.spec.ts +++ b/tests/drivers/gcs/get_metadata.spec.ts @@ -28,7 +28,6 @@ test.group('GCS Driver | getMetaData', (group) => { } }) group.each.timeout(10_000) - group.tap((t) => t.pin()) test('get metaData of a file', async ({ assert }) => { const key = `${string.random(6)}.txt`