Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 28, 2025
1 parent fa32aaf commit b66de14
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions test/datadog/baseline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,28 +227,6 @@ func Test_baseline_manifests(t *testing.T) {
baselineManifestPath: "./baseline/system_probe_daemonset_default.yaml",
assertions: verifyDaemonset,
},
{
name: "System probe features Default",
command: common.HelmCommand{
ReleaseName: "datadog",
ChartPath: "../../charts/datadog",
ShowOnly: []string{"templates/daemonset.yaml"},
Values: []string{"../../charts/datadog/values.yaml"},
Overrides: map[string]string{
"datadog.apiKeyExistingSecret": "datadog-secret",
"datadog.appKeyExistingSecret": "datadog-secret",
"datadog.securityAgent.runtime.enabled": "true",
"datadog.securityAgent.runtime.fimEnabled": "true",
"datadog.networkMonitoring.enabled": "true",
"datadog.systemProbe.enableTCPQueueLength": "true",
"datadog.systemProbe.enableOOMKill": "true",
"datadog.serviceMonitoring.enabled": "true",
"datadog.discovery.enabled": "true",
},
},
baselineManifestPath: "./baseline/system_probe_daemonset_default.yaml",
assertions: verifyDaemonset,
},
{
name: "USM features Default",
command: common.HelmCommand{
Expand Down

0 comments on commit b66de14

Please sign in to comment.