Commit 9047151
committed
fix (test): remove test and coverage for BaseCollector.background_report
As the BaseCollector.background_report runs in a thread on top of a `while True` loop, it's test is impossible to capture the output.
Signed-off-by: Paulo Vital <[email protected]>1 parent 283789b commit 9047151
File tree
2 files changed
+1
-6
lines changed- src/instana/collector
- tests/collector
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 149 | | |
155 | 150 | | |
156 | 151 | | |
| |||
0 commit comments