mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-11 17:33:08 +00:00
Ignore large tests
This commit is contained in:
parent
5febea778b
commit
3a68a458c4
@ -75,6 +75,7 @@ mod tests {
|
||||
use crate::plonk::verifier::verify;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_fixed_base() -> Result<()> {
|
||||
const D: usize = 2;
|
||||
type C = PoseidonGoldilocksConfig;
|
||||
|
||||
@ -91,6 +91,7 @@ mod tests {
|
||||
use crate::plonk::verifier::verify;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_curve_msm() -> Result<()> {
|
||||
const D: usize = 2;
|
||||
type C = PoseidonGoldilocksConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user