Skip to content

Commit 9ee214b

Browse files
committed
Add tanzukubernetescluster tag to clusterclass datasource tests to ensure that these tests are triggered while we run the tanzukubernetescluster tests in automation as both of them share the same environment requirements.
Signed-off-by: Ramya Bangera <bangerar@vmware.com>
1 parent b4c3cb5 commit 9ee214b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/resources/clusterclass/tests/cluster_class_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build clusterclass
2-
// +build clusterclass
1+
//go:build clusterclass || tanzukubernetescluster
2+
// +build clusterclass tanzukubernetescluster
33

44
/*
55
Copyright © 2023 VMware, Inc. All Rights Reserved.

internal/resources/clusterclass/tests/helper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build clusterclass
2-
// +build clusterclass
1+
//go:build clusterclass || tanzukubernetescluster
2+
// +build clusterclass tanzukubernetescluster
33

44
/*
55
Copyright © 2023 VMware, Inc. All Rights Reserved.

0 commit comments

Comments
 (0)