Skip to content

Commit fb3d7cd

Browse files
authored
[chore][receiver/cloudflare] Fix flaky integration test (#32601)
Fixes #32600
1 parent 32f2100 commit fb3d7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/cloudflarereceiver/logs_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func TestReceiverTLSIntegration(t *testing.T) {
111111
expectedLogs, err := golden.ReadLogs(filepath.Join("testdata", "processed", fmt.Sprintf("%s.yaml", payloadName)))
112112
require.NoError(t, err)
113113

114-
require.NoError(t, plogtest.CompareLogs(expectedLogs, logs, plogtest.IgnoreObservedTimestamp()))
114+
require.NoError(t, plogtest.CompareLogs(expectedLogs, logs, plogtest.IgnoreObservedTimestamp(), plogtest.IgnoreResourceLogsOrder()))
115115
})
116116
}
117117
}

0 commit comments

Comments
 (0)