Skip to content

Commit

Permalink
[TEST] Ignore flaky test in StreamingQueryListenerSuite
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Ignoring the flaky test introduced in apache#15307

https://amplab.cs.berkeley.edu/jenkins/job/spark-master-test-sbt-hadoop-2.7/1736/testReport/junit/org.apache.spark.sql.streaming/StreamingQueryListenerSuite/single_listener__check_trigger_statuses/

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes apache#15491 from tdas/metrics-flaky-test.
  • Loading branch information
tdas authored and Robert Kruszewski committed Oct 31, 2016
1 parent 138af4c commit 55f7c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class StreamingQueryListenerSuite extends StreamTest with BeforeAndAfter {
// Make sure we don't leak any events to the next test
}

test("single listener, check trigger statuses") {
ignore("single listener, check trigger statuses") {
import StreamingQueryListenerSuite._
clock = new ManualClock()

Expand Down

0 comments on commit 55f7c7f

Please sign in to comment.