We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcc120 commit c20e1bcCopy full SHA for c20e1bc
rest/src/test/scala/io/udash/rest/RestApiTest.scala
@@ -146,7 +146,6 @@ trait RestApiTestScenarios extends RestApiTest {
146
}
147
148
149
-// TODO streaming MORE tests: cancellation
150
trait StreamingRestApiTestScenarios extends RestApiTest {
151
152
"empty GET stream" in {
@@ -205,14 +204,6 @@ trait StreamingRestApiTestScenarios extends RestApiTest {
205
204
testTask.runToFuture
206
207
208
- "immediate stream error" ignore {
209
- testStream(_.errorStream(immediate = true))
210
- }
211
-
212
- "mid-stream error" ignore {
213
- testStream(_.errorStream(immediate = false))
214
215
216
"slow source stream" in {
217
testStream(_.delayedStream(size = 3, delayMillis = 100))
218
0 commit comments