ignore huge tests

This commit is contained in:
Nicholas Ward 2021-12-01 09:28:00 -08:00
parent 406092f358
commit 5aa5cc9c65

View File

@ -304,6 +304,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_curve_mul() -> Result<()> {
type F = GoldilocksField;
const D: usize = 4;
@ -337,6 +338,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_curve_random() -> Result<()> {
type F = GoldilocksField;
const D: usize = 4;