We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaa5c6 commit fccfcd9Copy full SHA for fccfcd9
dd-java-agent/instrumentation/aws-java-sdk-1.11.0/src/test/groovy/AWS1ClientTest.groovy
@@ -405,6 +405,10 @@ abstract class AWS1ClientTest extends VersionedNamingTestBase {
405
def "#service #operation sets peer.service in serverless environment"() {
406
setup:
407
408
+ if (version() == 0) {
409
+ return
410
+ }
411
+
412
// Set the AWS Lambda function name environment variable
413
injectEnvConfig("AWS_LAMBDA_FUNCTION_NAME", "my-test-lambda-function", false)
414
0 commit comments