Skip to content

Commit

Permalink
Merge pull request #2311 from DataDog/yl/fix-flaky-test-serialiser
Browse files Browse the repository at this point in the history
Fix SpanEventSerializerTest flakiness
  • Loading branch information
ambushwork authored Oct 8, 2024
2 parents d9b0432 + 3d85ee1 commit 7f8b0d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal class SpanEventSerializerTest {
forge: Forge
) {
// GIVEN
val fakeSanitizedAttributes = forge.exhaustiveAttributes()
val fakeSanitizedAttributes = forge.exhaustiveAttributes(setOf(KEY_USR_ID, KEY_USR_NAME, KEY_USR_EMAIL))
whenever(
mockDatadogConstraints
.validateAttributes(
Expand Down

0 comments on commit 7f8b0d9

Please sign in to comment.