Skip to content

Commit

Permalink
Skip TestActivatorHAGraceful to allow for proper debugging. (#8067)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes authored May 26, 2020
1 parent b00ccc5 commit 12fd001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ha/activator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const (
)

func TestActivatorHAGraceful(t *testing.T) {
t.Skip("TODO(8066): This was added too optimistically. Needs debugging and triaging.")
testActivatorHA(t, nil, 1)
}

Expand Down

0 comments on commit 12fd001

Please sign in to comment.