mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
ignore huge tests
This commit is contained in:
parent
406092f358
commit
5aa5cc9c65
@ -304,6 +304,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn test_curve_mul() -> Result<()> {
|
fn test_curve_mul() -> Result<()> {
|
||||||
type F = GoldilocksField;
|
type F = GoldilocksField;
|
||||||
const D: usize = 4;
|
const D: usize = 4;
|
||||||
@ -337,6 +338,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn test_curve_random() -> Result<()> {
|
fn test_curve_random() -> Result<()> {
|
||||||
type F = GoldilocksField;
|
type F = GoldilocksField;
|
||||||
const D: usize = 4;
|
const D: usize = 4;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user