From 688fc65523e7aaa9dec895651498c4830506d886 Mon Sep 17 00:00:00 2001 From: RenzoMXD <170978465+RenzoMXD@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:15:02 +0100 Subject: [PATCH] Fix flaky flexbuffers_alloc_check test in cargo test --- tests/rust_usage_test/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"