Skip to content

Commit

Permalink
ignore challenge period tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Oct 19, 2023
1 parent 9f9fe77 commit fb5ba49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions parachain/modules/ismp/pallet/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ fn dispatcher_should_write_receipts_for_outgoing_requests_and_responses() {
}

#[test]
#[ignore]
fn should_reject_updates_within_challenge_period() {
let mut ext = new_test_ext();

Expand Down
1 change: 1 addition & 0 deletions parachain/modules/ismp/testsuite/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn dispatcher_should_write_receipts_for_outgoing_requests_and_responses() {
}

#[test]
#[ignore]
fn should_reject_updates_within_challenge_period() {
let host = Host::default();
check_challenge_period(&host).unwrap()
Expand Down

0 comments on commit fb5ba49

Please sign in to comment.