Skip to content

Commit

Permalink
test: remove test pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2024
1 parent 60509ca commit 30eb61d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/drivers/gcs/copy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 0 additions & 1 deletion tests/drivers/gcs/delete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 0 additions & 1 deletion tests/drivers/gcs/get_metadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 30eb61d

Please sign in to comment.