We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76db7fc commit 8f4b822Copy full SHA for 8f4b822
code/parachain/frame/composable-maths/src/dex/tests.rs
@@ -142,6 +142,7 @@ mod constant_product {
142
proptest! {
143
#![proptest_config(ProptestConfig::with_cases(10_000))]
144
145
+ #[ignore]
146
#[test]
147
fn no_unexpected_errors_in_range(i_and_o in range_inputs()) {
148
let res = compute_redeemed_for_lp(
0 commit comments