Commit c1d7e79
authored
[Test] Fix test022InstallPluginsFromLocalArchive (#131353)
The number of plugin archives changed and triggered the assertion.
Changing the assertion to check for `analysis-icu` plugin archive
instead of asserting on number of archives. This will always fail when
new plugin is added (like microsoft-graph-authz).
Resolves #1168661 parent 8b3857b commit c1d7e79
File tree
2 files changed
+1
-4
lines changed- qa/packaging/src/test/java/org/elasticsearch/packaging/test
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | 410 | | |
414 | 411 | | |
415 | 412 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments