Skip to content

Commit

Permalink
Disable the R integration tests, they've been broken for awhile.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jul 17, 2020
1 parent 16b7376 commit 8494bdd
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -42,7 +42,8 @@ import org.apache.spark.internal.config._
class KubernetesSuite extends SparkFunSuite
with BeforeAndAfterAll with BeforeAndAfter with BasicTestsSuite with SecretsTestsSuite
with PythonTestsSuite with ClientModeTestsSuite with PodTemplateSuite with PVTestsSuite
with DepsTestsSuite with DecommissionSuite with RTestsSuite with Logging with Eventually
// TODO(SPARK-32354): Fix and re-enable the R tests.
with DepsTestsSuite with DecommissionSuite /* with RTestsSuite */ with Logging with Eventually
with Matchers {


Expand Down

0 comments on commit 8494bdd

Please sign in to comment.