Skip to content
Snippets Groups Projects
Commit 353ac6b4 authored by Reynold Xin's avatar Reynold Xin Committed by Patrick Wendell
Browse files

Ignore RateLimitedOutputStreamSuite for now.

This test has been flaky. We can re-enable it after @tdas has a chance to look at it.

Author: Reynold Xin <rxin@apache.org>

Closes #54 from rxin/ratelimit and squashes the following commits:

1a12198 [Reynold Xin] Ignore RateLimitedOutputStreamSuite for now.
parent 46bcb955
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ class RateLimitedOutputStreamSuite extends FunSuite {
System.nanoTime - start
}
test("write") {
ignore("write") {
val underlying = new ByteArrayOutputStream
val data = "X" * 41000
val stream = new RateLimitedOutputStream(underlying, 10000)
......
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