[SPARK-25306][SQL][FOLLOWUP] Change test to ignore in FilterPushdownBenchmark

## What changes were proposed in this pull request?

This is a follow-up of #22313 and aim to ignore the micro benchmark test which takes over 2 minutes in Jenkins.
- https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/4939/consoleFull

## How was this patch tested?

The test case should be ignored in Jenkins.
```
[info] FilterPushdownBenchmark:
...
[info] - Pushdown benchmark with many filters !!! IGNORED !!!
```

Closes #22336 from dongjoon-hyun/SPARK-25306-2.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Xiao Li <gatorsmile@gmail.com>
This commit is contained in:
Dongjoon Hyun 2018-09-05 11:29:15 -07:00 committed by Xiao Li
parent 39a02d8f75
commit c66eef8440

View file

@ -399,7 +399,7 @@ class FilterPushdownBenchmark extends SparkFunSuite with BenchmarkBeforeAndAfter
} }
} }
test(s"Pushdown benchmark with many filters") { ignore(s"Pushdown benchmark with many filters") {
val numRows = 1 val numRows = 1
val width = 500 val width = 500