File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,14 @@ func TestAccPolicy(t *testing.T) {
4848 resource.TestStep {Config : policiesForAWSCloudtrail (rText ())},
4949 resource.TestStep {Config : policiesForGCPAuditLog (rText ())},
5050 resource.TestStep {Config : policiesForAzurePlatformlogs (rText ())},
51- resource.TestStep {Config : policiesForFalcoCloudAWSCloudtrail (rText ())},
52- resource.TestStep {Config : policiesForOkta (rText ())},
53- resource.TestStep {Config : policiesForGithub (rText ())},
5451 )
52+ if ! buildinfo .IBMSecure {
53+ steps = append (steps ,
54+ resource.TestStep {Config : policiesForFalcoCloudAWSCloudtrail (rText ())},
55+ resource.TestStep {Config : policiesForOkta (rText ())},
56+ resource.TestStep {Config : policiesForGithub (rText ())},
57+ )
58+ }
5559 }
5660
5761 resource .ParallelTest (t , resource.TestCase {
You can’t perform that action at this time.
0 commit comments