mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 23:20:02 +00:00
Fix flaky flexbuffers_alloc_check test in cargo test (#8965)
This commit is contained in:
@@ -25,10 +25,12 @@ path = "bin/monster_example.rs"
|
|||||||
[[bin]]
|
[[bin]]
|
||||||
name = "flatbuffers_alloc_check"
|
name = "flatbuffers_alloc_check"
|
||||||
path = "bin/flatbuffers_alloc_check.rs"
|
path = "bin/flatbuffers_alloc_check.rs"
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "flexbuffers_alloc_check"
|
name = "flexbuffers_alloc_check"
|
||||||
path = "bin/flexbuffers_alloc_check.rs"
|
path = "bin/flexbuffers_alloc_check.rs"
|
||||||
|
test = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "sample_flexbuffers"
|
name = "sample_flexbuffers"
|
||||||
|
|||||||
Reference in New Issue
Block a user