From 19b1701a9c0cffdd5000e9e48f55fdae430e08d2 Mon Sep 17 00:00:00 2001 From: Santhosh Gandhe <1909520+san81@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:16:19 -0800 Subject: [PATCH] removing concurrency Signed-off-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com> --- data-prepper-plugins/aws-lambda/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/data-prepper-plugins/aws-lambda/build.gradle b/data-prepper-plugins/aws-lambda/build.gradle index a0319fabd4..b1d278cb18 100644 --- a/data-prepper-plugins/aws-lambda/build.gradle +++ b/data-prepper-plugins/aws-lambda/build.gradle @@ -63,10 +63,7 @@ task integrationTest(type: Test) { classpath = sourceSets.integrationTest.runtimeClasspath systemProperty 'log4j.configurationFile', 'src/test/resources/log4j2.properties' - - //Enable Multi-thread in tests - systemProperty 'junit.jupiter.execution.parallel.enabled', 'true' - systemProperty 'junit.jupiter.execution.parallel.mode.default', 'concurrent' + systemProperty 'tests.lambda.sink.region', System.getProperty('tests.lambda.sink.region') systemProperty 'tests.lambda.sink.functionName', System.getProperty('tests.lambda.sink.functionName')