dongjoon-hyun commented on a change in pull request #27754: 
[SPARK-31003][TESTS] Fix incorrect uses of assume() in tests
URL: https://github.com/apache/spark/pull/27754#discussion_r386708960
 
 

 ##########
 File path: 
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala
 ##########
 @@ -637,7 +637,7 @@ private[spark] class MesosCoarseGrainedSchedulerBackend(
       if (state.equals(TaskState.RUNNING) &&
           shuffleServiceEnabled &&
           !slave.shuffleRegistered) {
-        assume(mesosExternalShuffleClient.isDefined,
 
 Review comment:
   @JoshRosen . Since this is not a test case, could you remove `[TESTS]` in 
the PR title?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to