Skip to content

Commit

Permalink
Fix commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Nov 10, 2014
1 parent a1cba65 commit 79a7e6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ class BasicOperationsSuite extends TestSuiteBase {
assert(getInputFromSlice(2000, 4000) == Set(2, 3, 4))
}
}
/*
test("slice - has not been initialized") {
withStreamingContext(new StreamingContext(conf, Seconds(1))) { ssc =>
val input = Seq(Seq(1), Seq(2), Seq(3), Seq(4))
Expand All @@ -423,7 +422,6 @@ class BasicOperationsSuite extends TestSuiteBase {
assert(thrown.getMessage.contains("has not been initialized"))
}
}
*/

val cleanupTestInput = (0 until 10).map(x => Seq(x, x + 1)).toSeq

Expand Down

0 comments on commit 79a7e6f

Please sign in to comment.