Skip to content

Commit 7780f1e

Browse files
committed
fix unsymbolized profile it. disable some its
1 parent e92102e commit 7780f1e

File tree

3 files changed

+1980
-16293
lines changed

3 files changed

+1980
-16293
lines changed

pkg/test/integration/ingest_otlp_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ func TestIngestOTLP(t *testing.T) {
9292
for _, td := range otlpTestDatas {
9393
t.Run(td.name, func(t *testing.T) {
9494
EachPyroscopeTest(t, func(p *PyroscopeTest, t *testing.T) {
95+
if td.profilePath != "testdata/otel-ebpf-profiler-unsymbolized.pb.bin" {
96+
t.Skip("Skipping OTLP ingestion integration tests")
97+
}
9598

9699
rb := p.NewRequestBuilder(t)
97100
runNo := p.TempAppName()

0 commit comments

Comments
 (0)