Skip to content

Commit

Permalink
Revert ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Nov 16, 2019
1 parent 67c69db commit d0ffbd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import java.util.UUID
import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.security.{Credentials, UserGroupInformation}
import org.apache.kafka.common.security.auth.SecurityProtocol.SASL_PLAINTEXT
import org.scalatest.Ignore

import org.apache.spark.deploy.SparkHadoopUtil
import org.apache.spark.deploy.security.HadoopDelegationTokenManager
Expand All @@ -31,7 +30,6 @@ import org.apache.spark.sql.execution.streaming.MemoryStream
import org.apache.spark.sql.streaming.{OutputMode, StreamTest}
import org.apache.spark.sql.test.SharedSparkSession

@Ignore
class KafkaDelegationTokenSuite extends StreamTest with SharedSparkSession with KafkaTest {

import testImplicits._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import org.apache.kafka.clients.producer.ProducerConfig
import org.apache.kafka.clients.producer.internals.DefaultPartitioner
import org.apache.kafka.common.Cluster
import org.apache.kafka.common.serialization.ByteArraySerializer
import org.scalatest.Ignore
import org.scalatest.concurrent.TimeLimits.failAfter
import org.scalatest.time.SpanSugar._

Expand Down Expand Up @@ -284,7 +283,6 @@ abstract class KafkaSinkStreamingSuiteBase extends KafkaSinkSuiteBase {
}
}

@Ignore
class KafkaSinkMicroBatchStreamingSuite extends KafkaSinkStreamingSuiteBase {
import testImplicits._

Expand Down

0 comments on commit d0ffbd1

Please sign in to comment.