Skip to content

Commit

Permalink
Ignore RateLimitedOutputStreamSuite for now.
Browse files Browse the repository at this point in the history
This test has been flaky. We can re-enable it after @tdas has a chance to look at it.

Author: Reynold Xin <[email protected]>

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

1a12198 [Reynold Xin] Ignore RateLimitedOutputStreamSuite for now.
  • Loading branch information
rxin authored and pwendell committed Mar 2, 2014
1 parent 46bcb95 commit 353ac6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 353ac6b

Please sign in to comment.