Skip to content

Commit ef75a91

Browse files
liustanleymwdd146980
authored andcommitted
[OTAGENT-665] Re-enable load balancing e2e test (#43319)
### What does this PR do? Re-enable load balancing e2e test ### Motivation ### Describe how you validated your changes Removed skip and observed that flake was no longer occurring ### Additional Notes Co-authored-by: stanley.liu <stanley.liu@datadoghq.com>
1 parent 0eb1f22 commit ef75a91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/new-e2e/tests/otel/otel-agent/loadbalancing_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"testing"
1212

1313
"github.com/DataDog/datadog-agent/test/e2e-framework/components/datadog/kubernetesagentparams"
14-
1514
scenkindvm "github.com/DataDog/datadog-agent/test/e2e-framework/scenarios/aws/kindvm"
1615
"github.com/DataDog/datadog-agent/test/e2e-framework/testing/e2e"
1716
"github.com/DataDog/datadog-agent/test/e2e-framework/testing/environments"
@@ -27,8 +26,6 @@ type loadBalancingTestSuite struct {
2726
var loadBalancingConfig string
2827

2928
func TestOTelAgentLoadBalancing(t *testing.T) {
30-
// TODD(OTAGENT-665): re-enable this test
31-
t.Skip("failed in CIs since k8s 0.34.1")
3229
values := `
3330
datadog:
3431
otelCollector:

0 commit comments

Comments
 (0)