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 092e2f1 commit 512d782Copy full SHA for 512d782
pom.xml
@@ -888,7 +888,7 @@
888
<plugin>
889
<groupId>org.scalatest</groupId>
890
<artifactId>scalatest-maven-plugin</artifactId>
891
- <version>1.0-RC2</version>
+ <version>1.0</version>
892
<configuration>
893
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
894
<junitxml>.</junitxml>
@@ -899,6 +899,7 @@
899
<java.awt.headless>true</java.awt.headless>
900
<spark.test.home>${session.executionRootDirectory}</spark.test.home>
901
<spark.testing>1</spark.testing>
902
+ <spark.ui.port>0</spark.ui.port>
903
</systemProperties>
904
</configuration>
905
<executions>
0 commit comments