(self, manager)
| 2184 | |
| 2185 | @flaky |
| 2186 | def test_priority_chain(self, manager): |
| 2187 | c = return_priority.signature(priority=3) | return_priority.signature( |
| 2188 | priority=5) |
| 2189 | assert c().get(timeout=TIMEOUT) == "Priority: 5" |
| 2190 | |
| 2191 | def test_nested_chord_group(self, manager): |
| 2192 | """ |