From 257715fe65c1d2a3210a39f41c9c0c7306dc7411 Mon Sep 17 00:00:00 2001 From: Scott Sandre Date: Thu, 19 Sep 2024 14:58:38 -0700 Subject: [PATCH] do Test / testListeners --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8357f7def4..ae319f281c 100644 --- a/build.sbt +++ b/build.sbt @@ -442,7 +442,7 @@ lazy val spark = (project in file("spark")) Test / testOptions += Tests.Argument("-oDF"), Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"), - testListeners += TestTimeListener, + Test / testListeners += TestTimeListener, // Don't execute in parallel since we can't have multiple Sparks in the same JVM Test / parallelExecution := false,