Commit 8dbf147
committed
Remove test assertion in HTTP2ConnectionTests/testSimpleGetRequest
Motivation:
testSimpleGetRequest asserts right after submitting the request for
execution that no streams have been closed. While unlikely there's
nothing to prevent this assertion from failing (and indeed it has
failed): the request may have executed immediately and the stream closed
before checking the delegate.
Modifications:
- Remove the assertion
Result:
Tests are less flaky1 parent 64021b3 commit 8dbf147
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
0 commit comments