Skip to content
Snippets Groups Projects
Commit c5ed3695 authored by Tathagata Das's avatar Tathagata Das
Browse files

[STREAMING] [HOTFIX] Ignore ReceiverTrackerSuite flaky test

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

Closes #7738 from tdas/ReceiverTrackerSuite-hotfix and squashes the following commits:

00f0ee1 [Tathagata Das] ignore flaky test
parent 59b92add
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class ReceiverTrackerSuite extends TestSuiteBase {
val sparkConf = new SparkConf().setMaster("local[8]").setAppName("test")
val ssc = new StreamingContext(sparkConf, Milliseconds(100))
test("Receiver tracker - propagates rate limit") {
ignore("Receiver tracker - propagates rate limit") {
object ReceiverStartedWaiter extends StreamingListener {
@volatile
var started = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment