We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5161fc commit a6ffb3eCopy full SHA for a6ffb3e
system_test.go
@@ -447,6 +447,8 @@ func TestCreateRelease(t *testing.T) {
447
}
448
449
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
+
452
// If we are able to configure system tests on GitHub actions, then update this
453
// guard clause.
454
if githubAction != "" {
0 commit comments