Skip to content

Commit

Permalink
[chore][receiver/cloudflare] Fix flaky integration test (#32601)
Browse files Browse the repository at this point in the history
Fixes #32600
  • Loading branch information
djaglowski authored Apr 22, 2024
1 parent 32f2100 commit fb3d7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/cloudflarereceiver/logs_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestReceiverTLSIntegration(t *testing.T) {
expectedLogs, err := golden.ReadLogs(filepath.Join("testdata", "processed", fmt.Sprintf("%s.yaml", payloadName)))
require.NoError(t, err)

require.NoError(t, plogtest.CompareLogs(expectedLogs, logs, plogtest.IgnoreObservedTimestamp()))
require.NoError(t, plogtest.CompareLogs(expectedLogs, logs, plogtest.IgnoreObservedTimestamp(), plogtest.IgnoreResourceLogsOrder()))
})
}
}
Expand Down

0 comments on commit fb3d7cd

Please sign in to comment.