Skip to content

Commit befb302

Browse files
authored
test(internal/postprocessor): skip test that expects certain live config (#13090)
Librarian migrations have broken another test. Skip this one for the time being, as the expectation it will go away when migrations are complete. Fixes: #13055
1 parent 1930511 commit befb302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/postprocessor/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func TestMain(m *testing.M) {
5151
}
5252

5353
func TestProcessCommit(t *testing.T) {
54+
t.Skip("test based on implicit config expectations")
5455
tests := []struct {
5556
name string
5657
title string

0 commit comments

Comments
 (0)