Skip to content

Commit

Permalink
fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 26, 2024
1 parent 4df2aff commit 30a0d43
Show file tree
Hide file tree
Showing 2 changed files with 604 additions and 1,035 deletions.
1 change: 1 addition & 0 deletions functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ func testJavaTraces(t *testing.T) {
ignoreEndTimestamp(expectedTraces)

err = ptracetest.CompareTraces(expectedTraces, *selectedTrace,
ptracetest.IgnoreResourceAttributeValue("os.description"),
ptracetest.IgnoreResourceAttributeValue("process.pid"),
ptracetest.IgnoreResourceAttributeValue("container.id"),
ptracetest.IgnoreResourceAttributeValue("k8s.deployment.name"),
Expand Down
Loading

0 comments on commit 30a0d43

Please sign in to comment.