Skip to content

Commit

Permalink
HOTFIX: Disable actor input stream.
Browse files Browse the repository at this point in the history
This test makes incorrect assumptions about the behavior of Thread.sleep().
  • Loading branch information
pwendell committed Apr 7, 2014
1 parent a3c51c6 commit 10e09e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ class InputStreamsSuite extends TestSuiteBase with BeforeAndAfter {
conf.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
}


test("actor input stream") {
// TODO: This test makes assumptions about Thread.sleep() and is flaky
ignore("actor input stream") {
// Start the server
val testServer = new TestServer()
val port = testServer.port
Expand Down

0 comments on commit 10e09e0

Please sign in to comment.