Commit 6ec5511
fix(tests): do not construct GuestDistro for docker-popular
We saw failures on the docker popular tests because it was trying to
create a GuestDistro instance but could not find a matching entry. In
reality, we don't need this object for the docker popular tests, so
just return None if it's not AL2023 or Ubuntu.
Signed-off-by: James Curtis <[email protected]>1 parent 1ab82e3 commit 6ec5511
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
0 commit comments