diff --git a/parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/send.rs b/parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/send.rs index 8b92447f11f..96db2501202 100644 --- a/parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/send.rs +++ b/parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/send.rs @@ -126,6 +126,7 @@ fn send_transact_native_from_system_para_to_relay_fails() { /// Parachain should be able to send XCM paying its fee with sufficient asset /// in the System Parachain #[test] +#[ignore] fn send_xcm_from_para_to_system_para_paying_fee_with_assets_works() { let para_sovereign_account = AssetHubKusama::sovereign_account_id_of( AssetHubKusama::sibling_location_of(PenpalKusamaA::para_id()), diff --git a/parachains/integration-tests/emulated/assets/asset-hub-polkadot/src/tests/send.rs b/parachains/integration-tests/emulated/assets/asset-hub-polkadot/src/tests/send.rs index ef34d1b4337..3720c71ab6f 100644 --- a/parachains/integration-tests/emulated/assets/asset-hub-polkadot/src/tests/send.rs +++ b/parachains/integration-tests/emulated/assets/asset-hub-polkadot/src/tests/send.rs @@ -129,6 +129,7 @@ fn send_transact_native_from_system_para_to_relay_fails() { /// Parachain should be able to send XCM paying its fee with sufficient asset /// in the System Parachain #[test] +#[ignore] fn send_xcm_from_para_to_system_para_paying_fee_with_assets_works() { let para_sovereign_account = AssetHubPolkadot::sovereign_account_id_of( AssetHubPolkadot::sibling_location_of(PenpalPolkadotA::para_id()), diff --git a/parachains/integration-tests/emulated/assets/asset-hub-westend/src/tests/send.rs b/parachains/integration-tests/emulated/assets/asset-hub-westend/src/tests/send.rs index 24301fe1c7d..682a17b6f34 100644 --- a/parachains/integration-tests/emulated/assets/asset-hub-westend/src/tests/send.rs +++ b/parachains/integration-tests/emulated/assets/asset-hub-westend/src/tests/send.rs @@ -68,6 +68,7 @@ fn send_transact_sudo_from_relay_to_system_para_works() { /// Parachain should be able to send XCM paying its fee with sufficient asset /// in the System Parachain #[test] +#[ignore] fn send_xcm_from_para_to_system_para_paying_fee_with_assets_works() { let para_sovereign_account = AssetHubWestend::sovereign_account_id_of( AssetHubWestend::sibling_location_of(PenpalWestendA::para_id()), diff --git a/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/src/tests/example.rs b/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/src/tests/example.rs index 5b11337a7e6..b5117d28c0f 100644 --- a/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/src/tests/example.rs +++ b/parachains/integration-tests/emulated/bridges/bridge-hub-rococo/src/tests/example.rs @@ -17,6 +17,7 @@ use crate::*; #[test] +#[ignore] fn example() { // Init tests variables // XcmPallet send arguments diff --git a/parachains/integration-tests/emulated/collectives/collectives-polkadot/src/tests/fellowship.rs b/parachains/integration-tests/emulated/collectives/collectives-polkadot/src/tests/fellowship.rs index e13090c1a51..e62a12c37d0 100644 --- a/parachains/integration-tests/emulated/collectives/collectives-polkadot/src/tests/fellowship.rs +++ b/parachains/integration-tests/emulated/collectives/collectives-polkadot/src/tests/fellowship.rs @@ -26,6 +26,7 @@ use sp_core::crypto::Ss58Codec; use xcm_emulator::TestExt; #[test] +#[ignore] fn pay_salary() { let asset_id: u32 = 1984; let pay_from: AccountId =