Commit b4e4003
authored
test: add integration build tag (#2831)
This test verify the integration of the librarian tool with external
systems, GitHub and Artifact Registry. It has expectation setups in env
vars and auth to properly work.
With an `integration` build tag, all tests in system_test.go will be
skipped when running `go test ./...` locally. Which is same behavior for
most developers who does not have relevant env vars setup.
Also remove the temp skip for TestFindLatestImage because it is no
longer triggered with standard `go test ./...`. Added a note to make
debugging easier.
Fixes #27201 parent 05c9b65 commit b4e4003
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
446 | 448 | | |
447 | 449 | | |
448 | 450 | | |
449 | | - | |
| 451 | + | |
450 | 452 | | |
451 | 453 | | |
452 | 454 | | |
| |||
0 commit comments