We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef1f9 commit 91ae2b3Copy full SHA for 91ae2b3
wrappers/rust/icicle-fields/icicle-m31/src/fri/mod.rs
@@ -229,6 +229,7 @@ pub(crate) mod tests {
229
}
230
231
#[test]
232
+ #[ignore = "fixed in feature branch"]
233
fn test_fold_circle_to_line() {
234
// All hardcoded values were generated with https://github.com/starkware-libs/stwo/blob/f976890/crates/prover/src/core/fri.rs#L1040-L1053
235
const DEGREE: usize = 64;
0 commit comments