Skip to content

Commit 903fda2

Browse files
authored
[chore] skip flaky tests (#40635)
#### Description skip 2 highly flaky tests #### Link to tracking issue #37096 #40488
1 parent 2b2a41d commit 903fda2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

connector/spanmetricsconnector/connector_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@ func TestConnectorConsumeTracesEvictedCacheKey(t *testing.T) {
12561256
}
12571257

12581258
func TestConnectorConsumeTracesExpiredMetrics(t *testing.T) {
1259+
t.Skip("flaky test: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37096")
12591260
// Prepare
12601261
traces0 := ptrace.NewTraces()
12611262

exporter/elasticsearchexporter/integrationtest/exporter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717
)
1818

1919
func TestExporter(t *testing.T) {
20+
t.Skip("flaky test: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/40488")
2021
for _, eventType := range []string{"logs", "metrics", "traces"} {
2122
for _, tc := range []struct {
2223
name string

0 commit comments

Comments
 (0)