Commit 1fa0972
authored
Ensure we don't report output status in tests where it's irrelevant (#11257)
In some tests, we use a nonexistent ES host to avoid needing to use a
remote. Output health reporting actually works for beats receivers, so
this can lead to flakiness due to components reporting a degraded state.
Disable the status reporting where it's irrelevant to the test.1 parent 17cecc7 commit 1fa0972
File tree
2 files changed
+4
-0
lines changed- testing/integration/ess
2 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments