Skip to content

Commit e632381

Browse files
committed
fix ignore
1 parent 9ef1408 commit e632381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
6464
override def run() = try {
6565
SparkSubmit.main(input)
6666
} catch {
67-
// If exceptions occur after the "exit" has happened, fine to test them.
67+
// If exceptions occur after the "exit" has happened, fine to ignore them.
6868
// These represent code paths not reachable during normal execution.
6969
case e: Exception => if (!exitedCleanly) throw e
7070
}

0 commit comments

Comments
 (0)