Skip to content

Commit a73b27c

Browse files
committed
Drop the RTestSuite it hasn't passed for weeks
1 parent d4d5877 commit a73b27c

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/KubernetesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import org.apache.spark.internal.config._
4444
class KubernetesSuite extends SparkFunSuite
4545
with BeforeAndAfterAll with BeforeAndAfter with BasicTestsSuite with SparkConfPropagateSuite
4646
with SecretsTestsSuite with PythonTestsSuite with ClientModeTestsSuite with PodTemplateSuite
47-
with PVTestsSuite with DepsTestsSuite with DecommissionSuite with RTestsSuite with Logging
47+
with PVTestsSuite with DepsTestsSuite with DecommissionSuite with Logging
4848
with Eventually with Matchers {
4949

5050

0 commit comments

Comments
 (0)