Commit 5e2ebd3
authored
skip flaky test in aioredis (#1143)
The reason for the flakines is as of yet unknown. It looks like the `execute_pubsub` method sometimes isn't instrumented, which might point towards an import-time instrumentation-race. A new version of aioredis will be released soon with completely rewritten internals. The hope is that this issue will go away at that point. Using `pytest.mark.flaky` isn't an option, as `flaky` doesn't support async tests.1 parent 7f6729e commit 5e2ebd3
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments