File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
integration-tests/emulated/tests/assets
asset-hub-kusama/src/tests
asset-hub-polkadot/src/tests Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ use crate::*;
1818/// Relay Chain should be able to execute `Transact` instructions in System Parachain
1919/// when `OriginKind::Superuser`.
2020#[ test]
21+ #[ ignore]
2122fn send_transact_as_superuser_from_relay_to_asset_hub_works ( ) {
2223 AssetHubKusama :: force_create_asset_from_relay_as_root (
2324 ASSET_ID ,
@@ -107,6 +108,7 @@ fn send_xcm_from_para_to_asset_hub_paying_fee_with_system_asset() {
107108/// - Parachain should be able to send XCM paying its fee at Asset Hub using a pool
108109/// - Parachain should be able to create a new Asset at Asset Hub
109110#[ test]
111+ #[ ignore]
110112fn send_xcm_from_para_to_asset_hub_paying_fee_from_pool ( ) {
111113 let asset_native: Location = asset_hub_kusama_runtime:: xcm_config:: KsmLocation :: get ( ) ;
112114 let asset_one = Location {
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ fn cannot_create_pool_from_pool_assets() {
262262}
263263
264264#[ test]
265+ #[ ignore]
265266fn pay_xcm_fee_with_some_asset_swapped_for_native ( ) {
266267 let asset_native: Location = asset_hub_kusama_runtime:: xcm_config:: KsmLocation :: get ( ) ;
267268 let asset_one = Location {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ use crate::*;
1818/// Relay Chain should be able to execute `Transact` instructions in System Parachain
1919/// when `OriginKind::Superuser`.
2020#[ test]
21+ #[ ignore]
2122fn send_transact_as_superuser_from_relay_to_asset_hub_works ( ) {
2223 AssetHubPolkadot :: force_create_asset_from_relay_as_root (
2324 ASSET_ID ,
@@ -107,6 +108,7 @@ fn send_xcm_from_para_to_asset_hub_paying_fee_with_system_asset() {
107108/// - Parachain should be able to send XCM paying its fee at Asset Hub using a pool
108109/// - Parachain should be able to create a new Asset at Asset Hub
109110#[ test]
111+ #[ ignore]
110112fn send_xcm_from_para_to_asset_hub_paying_fee_from_pool ( ) {
111113 use frame_support:: traits:: fungible:: Mutate ;
112114
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ fn cannot_create_pool_from_pool_assets() {
273273}
274274
275275#[ test]
276+ #[ ignore]
276277fn pay_xcm_fee_with_some_asset_swapped_for_native ( ) {
277278 use frame_support:: traits:: fungible:: Mutate ;
278279
You can’t perform that action at this time.
0 commit comments