diff --git a/server/src/test/groovy/com/exacaster/lighter/spark/SparkAppTest.groovy b/server/src/test/groovy/com/exacaster/lighter/spark/SparkAppTest.groovy index 8b72d025..c83af0ec 100644 --- a/server/src/test/groovy/com/exacaster/lighter/spark/SparkAppTest.groovy +++ b/server/src/test/groovy/com/exacaster/lighter/spark/SparkAppTest.groovy @@ -27,7 +27,7 @@ class SparkAppTest extends Specification { result == [ "spark.executor.memory":"1000M", "spark.driver.memory":"1000M", - "spark.executor.cores":"2", + "spark.executor.cores":"1", "spark.driver.cores":"1", "spark.executor.instances":"0", "spark.kubernetes.driverEnv.TEST1":"test1"