Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
  • Loading branch information
chouetz and L3n41c committed May 13, 2024
1 parent 81bc2ff commit 8e43c2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ test/new-e2e/tests/containers:
- TestEKSSuite/TestCPU/metric___container.cpu.usage{^kube_deployment:stress-ng$,^kube_namespace:workload-cpustress$}
- TestEKSSuite/TestCPU
- TestEKSSuite
- TestKindSuite/TestCPU/metric___container.cpu.usage{^kube_deployment:stress-ng$,^kube_namespace:workload-cpustress$}
- TestKindSuite/TestCPU
- TestKindSuite
1 change: 1 addition & 0 deletions test/new-e2e/tests/containers/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ func (suite *k8sSuite) TestRedis() {
}

func (suite *k8sSuite) TestCPU() {
// TODO: https://datadoghq.atlassian.net/browse/CONTINT-4143
// Test CPU metrics
suite.testMetric(&testMetricArgs{
Filter: testMetricFilterArgs{
Expand Down

0 comments on commit 8e43c2a

Please sign in to comment.