Skip to content

Commit

Permalink
[chore] Remove debug section from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Oct 14, 2023
1 parent 20d4281 commit 8aa52f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,6 @@ func testK8sClusterReceiverMetrics(t *testing.T) {
pmetrictest.IgnoreMetricDataPointsOrder(),
)

if err != nil {
internal.WriteMetrics(t, filepath.Join("testdata", "actual_cluster_receiver.yaml"), *selected)
b, _ := os.ReadFile(filepath.Join("testdata", "actual_cluster_receiver.yaml"))
fmt.Println(string(b))
}

require.NoError(t, err)
}

Expand Down

0 comments on commit 8aa52f2

Please sign in to comment.