Skip to content

Commit abef71a

Browse files
authored
test(e2e): skip failing TestReleaseInit (#2121)
Skips the test pending a fix for the commit parser. See: #2120
1 parent 305d7a5 commit abef71a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ func TestReleaseInit(t *testing.T) {
413413
},
414414
} {
415415
t.Run(test.name, func(t *testing.T) {
416+
t.Skip("Skipping until parser is fixed. See: https://github.com/googleapis/librarian/issues/2120")
416417
workRoot := t.TempDir()
417418
repo := t.TempDir()
418419

0 commit comments

Comments
 (0)