Skip to content

Commit c20e1bc

Browse files
committed
Remove obsolete tests
1 parent 0bcc120 commit c20e1bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rest/src/test/scala/io/udash/rest/RestApiTest.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ trait RestApiTestScenarios extends RestApiTest {
146146
}
147147
}
148148

149-
// TODO streaming MORE tests: cancellation
150149
trait StreamingRestApiTestScenarios extends RestApiTest {
151150

152151
"empty GET stream" in {
@@ -205,14 +204,6 @@ trait StreamingRestApiTestScenarios extends RestApiTest {
205204
testTask.runToFuture
206205
}
207206

208-
"immediate stream error" ignore {
209-
testStream(_.errorStream(immediate = true))
210-
}
211-
212-
"mid-stream error" ignore {
213-
testStream(_.errorStream(immediate = false))
214-
}
215-
216207
"slow source stream" in {
217208
testStream(_.delayedStream(size = 3, delayMillis = 100))
218209
}

0 commit comments

Comments
 (0)