Skip to content

Commit 697376c

Browse files
author
Joshua Reed
committed
Label integ test as integ.
1 parent bf55d68 commit 697376c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/affinity_groups_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var _ = Describe("AffinityGroup Unit Tests", func() {
6666
Ω(client.GetOrCreateAffinityGroup(dummies.AffinityGroup)).Should(Succeed())
6767
})
6868

69-
Context("AffinityGroup Integ Tests", func() {
69+
Context("AffinityGroup Integ Tests", Label("integ"), func() {
7070

7171
BeforeEach(func() {
7272
client = realCloudClient

0 commit comments

Comments
 (0)