Skip to content

Commit a6ffb3e

Browse files
authored
fix: temporarily skip TestFindLatestImage (#2741)
Skip TestFindLatestImage for now until we determine how to run it reliably. For #2720
1 parent d5161fc commit a6ffb3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ func TestCreateRelease(t *testing.T) {
447447
}
448448

449449
func TestFindLatestImage(t *testing.T) {
450+
t.Skip("Temporarily skipping until we can run it reliably. See https://github.com/googleapis/librarian/issues/2720")
451+
450452
// If we are able to configure system tests on GitHub actions, then update this
451453
// guard clause.
452454
if githubAction != "" {

0 commit comments

Comments
 (0)