File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ func TestAccSecureTeam(t *testing.T) {
3333 {
3434 Config : secureTeamMinimumConfiguration (randomText (10 )),
3535 },
36- {
37- Config : secureTeamWithPlatformMetricsIBM (randomText (10 )),
38- SkipFunc : func () (bool , error ) {
39- return ! buildinfo .IBMSecure , nil
40- },
41- },
4236 {
4337 Config : secureTeamWithPostureZones (randomText (10 )),
4438 SkipFunc : func () (bool , error ) {
@@ -96,15 +90,6 @@ resource "sysdig_secure_team" "sample" {
9690}` , name )
9791}
9892
99- func secureTeamWithPlatformMetricsIBM (name string ) string {
100- return fmt .Sprintf (`
101- resource "sysdig_secure_team" "sample" {
102- name = "sample-%s"
103- enable_ibm_platform_metrics = true
104- ibm_platform_metrics = "foo in (\"0\") and bar in (\"3\")"
105- }` , name )
106- }
107-
10893func secureTeamWithPostureZones (name string ) string {
10994 return fmt .Sprintf (`
11095resource "sysdig_secure_posture_zone" "z1" {
You can’t perform that action at this time.
0 commit comments