Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix ui test and make sure it's flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight committed Jun 15, 2021
1 parent b05787b commit 362b688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ mod pallet {
}

fn main() {
compile_error!("Temporarily disabled due to test flakiness");
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
error: Temporarily disabled due to test flakiness
--> $DIR/storage_info_unsatisfied_nmap.rs:28:2
error[E0277]: the trait bound `Bar: MaxEncodedLen` is not satisfied
--> $DIR/storage_info_unsatisfied_nmap.rs:11:12
|
28 | compile_error!("Temporarily disabled due to test flakiness");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 | #[pallet::generate_storage_info]
| ^^^^^^^^^^^^^^^^^^^^^ the trait `MaxEncodedLen` is not implemented for `Bar`
|
= note: required because of the requirements on the impl of `KeyGeneratorMaxEncodedLen` for `NMapKey<frame_support::Twox64Concat, Bar>`
= note: required because of the requirements on the impl of `StorageInfoTrait` for `frame_support::pallet_prelude::StorageNMap<_GeneratedPrefixForStorageFoo<T>, NMapKey<frame_support::Twox64Concat, Bar>, u32>`
= note: required by `storage_info`

0 comments on commit 362b688

Please sign in to comment.