@@ -5346,6 +5346,7 @@ async fn existing_bundle_can_be_resubmitted_to_new_fork() {
53465346}
53475347
53485348#[ tokio:: test( flavor = "multi_thread" ) ]
5349+ #[ ignore]
53495350async fn test_domain_sudo_calls ( ) {
53505351 let ( _directory, mut ferdie, mut alice, account_infos) =
53515352 setup_evm_test_accounts ( Sr25519Alice , true , Sr25519Alice ) . await ;
@@ -5763,6 +5764,7 @@ async fn test_public_evm_rejects_allow_list_domain_owner_calls() {
57635764}
57645765
57655766#[ tokio:: test( flavor = "multi_thread" ) ]
5767+ #[ ignore]
57665768async fn test_xdm_between_consensus_and_domain_should_work ( ) {
57675769 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
57685770
@@ -5921,6 +5923,7 @@ async fn test_xdm_between_consensus_and_domain_should_work() {
59215923}
59225924
59235925#[ tokio:: test( flavor = "multi_thread" ) ]
5926+ #[ ignore]
59245927async fn test_xdm_between_domains_should_work ( ) {
59255928 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
59265929
@@ -6044,6 +6047,7 @@ async fn test_xdm_between_domains_should_work() {
60446047}
60456048
60466049#[ tokio:: test( flavor = "multi_thread" ) ]
6050+ #[ ignore]
60476051async fn test_unordered_cross_domains_message_should_work ( ) {
60486052 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
60496053
@@ -7139,6 +7143,7 @@ async fn test_equivocated_bundle_check() {
71397143}
71407144
71417145#[ tokio:: test( flavor = "multi_thread" ) ]
7146+ #[ ignore]
71427147async fn test_xdm_false_invalid_fraud_proof ( ) {
71437148 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
71447149
@@ -7612,6 +7617,7 @@ async fn test_custom_api_storage_root_match_upstream_root() {
76127617}
76137618
76147619#[ tokio:: test( flavor = "multi_thread" ) ]
7620+ #[ ignore]
76157621async fn test_xdm_channel_allowlist_removed_after_xdm_initiated ( ) {
76167622 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
76177623
@@ -7689,6 +7695,7 @@ async fn test_xdm_channel_allowlist_removed_after_xdm_initiated() {
76897695}
76907696
76917697#[ tokio:: test( flavor = "multi_thread" ) ]
7698+ #[ ignore]
76927699async fn test_xdm_channel_allowlist_removed_after_xdm_req_relaying ( ) {
76937700 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
76947701
@@ -7795,6 +7802,7 @@ async fn test_xdm_channel_allowlist_removed_after_xdm_req_relaying() {
77957802}
77967803
77977804#[ tokio:: test( flavor = "multi_thread" ) ]
7805+ #[ ignore]
77987806async fn test_xdm_channel_allowlist_removed_after_xdm_resp_relaying ( ) {
77997807 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
78007808
@@ -7899,6 +7907,7 @@ async fn test_xdm_channel_allowlist_removed_after_xdm_resp_relaying() {
78997907}
79007908
79017909#[ tokio:: test( flavor = "multi_thread" ) ]
7910+ #[ ignore]
79027911async fn test_xdm_transfer_below_existential_deposit ( ) {
79037912 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
79047913
@@ -7974,6 +7983,7 @@ async fn test_xdm_transfer_below_existential_deposit() {
79747983}
79757984
79767985#[ tokio:: test( flavor = "multi_thread" ) ]
7986+ #[ ignore]
79777987async fn test_xdm_transfer_to_wrong_format_address ( ) {
79787988 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
79797989
@@ -8422,6 +8432,7 @@ async fn test_invalid_chain_reward_receipt() {
84228432}
84238433
84248434#[ tokio:: test( flavor = "multi_thread" ) ]
8435+ #[ ignore]
84258436async fn test_domain_total_issuance_match_consensus_chain_bookkeeping_with_xdm ( ) {
84268437 let directory = TempDir :: new ( ) . expect ( "Must be able to create temporary directory" ) ;
84278438
0 commit comments