From 5fcde96d5e065fffd94146a98d69ba4a9ad158b8 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Wed, 20 Nov 2024 16:07:01 +0100 Subject: [PATCH] Ignore now unsupported integration test (#86) Small #85 follow-up --- contracts/btc-finality/tests/integration.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/btc-finality/tests/integration.rs b/contracts/btc-finality/tests/integration.rs index 08477acf..2796839d 100644 --- a/contracts/btc-finality/tests/integration.rs +++ b/contracts/btc-finality/tests/integration.rs @@ -21,6 +21,7 @@ fn wasm_size_limit_check() { } #[test] +#[ignore = "Unsupported query type: GRPC"] fn instantiate_works() { let mut deps = mock_instance(WASM, &[]);