Skip to content
Snippets Groups Projects
Commit 4de69c9f authored by Vijay Pai's avatar Vijay Pai
Browse files

Add a suppression for a datarace in proto on an idempotent write

parent 942c2648
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,6 @@ race:cleanse_ctr ...@@ -6,3 +6,6 @@ race:cleanse_ctr
race:ssleay_rand_add race:ssleay_rand_add
race:ssleay_rand_bytes race:ssleay_rand_bytes
race:__sleep_for race:__sleep_for
# protobuf has an idempotent write race in ByteSize
# https://github.com/google/protobuf/issues/2169
race:ByteSize
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment