From 88ccc543395c538473165f22de7a18fa297e9113 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Fri, 1 Mar 2024 13:40:30 +0200 Subject: [PATCH] testing: Disable tx dynamic test Signed-off-by: Alexandru Vasile --- testing/integration-tests/src/full_client/frame/balances.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/integration-tests/src/full_client/frame/balances.rs b/testing/integration-tests/src/full_client/frame/balances.rs index 73ea7b8261..ea0713b1e3 100644 --- a/testing/integration-tests/src/full_client/frame/balances.rs +++ b/testing/integration-tests/src/full_client/frame/balances.rs @@ -88,6 +88,7 @@ async fn tx_basic_transfer() -> Result<(), subxt::Error> { Ok(()) } +#[cfg(fullclient)] #[tokio::test] async fn tx_dynamic_transfer() -> Result<(), subxt::Error> { use subxt::ext::scale_value::{At, Composite, Value};