Skip to content

Commit a900194

Browse files
committed
Move Skip to under It()
1 parent 3533969 commit a900194

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/e2e/affinity_group.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func AffinityGroupSpec(ctx context.Context, inputGetter func() CommonSpecInput)
6262
})
6363

6464
It("Should have host affinity group when affinity is anti", func() {
65+
Skip("The ACS used by Prow doesn't have multiple hosts in the target zone")
6566
executeTest(ctx, input, namespace, specName, clusterResources, "anti")
6667
})
6768

test/e2e/affinity_group_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import (
2525
)
2626

2727
var _ = Describe("When testing affinity group", func() {
28-
Skip("The ACS used by Prow doesn't have multiple hosts in the target zone")
29-
3028
AffinityGroupSpec(context.TODO(), func() CommonSpecInput {
3129
return CommonSpecInput{
3230
E2EConfig: e2eConfig,

0 commit comments

Comments
 (0)