Skip to content

Commit

Permalink
test: updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Dec 5, 2023
1 parent e8031dd commit 914361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/collector/test/tracing/cloud/gcp/storage/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (
// https://github.com/googleapis/nodejs-storage/issues/2368

if (!supportedVersion(process.versions.node) || !process.env.GCP_PROJECT ||
semver.eq(process.versions.node, '21.2.0')) {
semver.gte(process.versions.node, '21.2.0')) {
mochaSuiteFn = describe.skip;
} else {
mochaSuiteFn = describe;
Expand Down

0 comments on commit 914361c

Please sign in to comment.