Fix flaky flexbuffers_alloc_check test in cargo test (#8965)

This commit is contained in:
Renzo 2026-03-09 04:43:07 +01:00 committed by GitHub
parent 0f469cad54
commit 8aa7084f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,10 +25,12 @@ path = "bin/monster_example.rs"
[[bin]]
name = "flatbuffers_alloc_check"
path = "bin/flatbuffers_alloc_check.rs"
test = false
[[bin]]
name = "flexbuffers_alloc_check"
path = "bin/flexbuffers_alloc_check.rs"
test = false
[[bin]]
name = "sample_flexbuffers"