Skip to content

Commit caa75d9

Browse files
committed
removed it.skip() for nodejs environments < 16
1 parent 0490762 commit caa75d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/test/otlp-aws-span-exporter.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const EXPECTED_AUTH_SECURITY_TOKEN = 'test_token';
1919

2020
const nodeVersion = getNodeVersion();
2121

22+
// SigV4 exporter requires packages that require Node environments >= 16
2223
/* istanbul ignore next */
2324
if (nodeVersion >= 16) {
2425
describe('OTLPAwsSpanExporter', () => {

0 commit comments

Comments
 (0)