This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit e2210cb
authored
test: Fix provisioning tests by not trying to remove google-cloud-sdk (#1190)
We're seeing intermittent provisioning failures with this message:
```
No apt package "google-cloud-sdk", but there is a snap with that name.
Try "snap install google-cloud-sdk"
E: Unable to locate package google-cloud-sdk
Error: Process completed with exit code 100.
```
I couldn't figure out why, but all we care about is that there's enough
disk space, so it's probably fine to just not bother with trying to remove
it.1 parent d776687 commit e2210cb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments