Skip to content

Commit

Permalink
test: pin get_metadata tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2024
1 parent 3338b06 commit 60509ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/gcs/get_metadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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 60509ca

Please sign in to comment.