Skip to content

Commit

Permalink
Fix format more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Apr 12, 2022
1 parent 32ea07b commit 22cf5bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/autoscale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ func TestTargetBurstCapacity(t *testing.T) {
if err != nil {
t.Fatal("Fail to get ConfigMap config-network:", err)
}
activatorCA := cm.Data[netpkg.ActivatorCAKey]
if len(activatorCA) != 0 {
if cm.Data[netpkg.ActivatorCAKey] != "" {
// TODO: Remove this when https://github.com/knative/serving/issues/12797 was done.
t.Skip("Skipping TestTargetBurstCapacity as activator-ca is specified. See issue/12797.")
}
Expand Down

0 comments on commit 22cf5bd

Please sign in to comment.