diff --git a/tests/rust_usage_test/Cargo.toml b/tests/rust_usage_test/Cargo.toml index 5b7152b9c59..828224dd9ac 100644 --- a/tests/rust_usage_test/Cargo.toml +++ b/tests/rust_usage_test/Cargo.toml @@ -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"