Exclude slow tests from code coverage

This commit is contained in:
Jack Grigg
2019-08-28 19:39:35 +01:00
parent f9f17b291f
commit ee9c88ecb0
3 changed files with 6 additions and 0 deletions

View File

@@ -326,6 +326,7 @@ where
}
#[test]
#[ignore]
fn test_sprout_constraints() {
use bellman::gadgets::test::*;
use pairing::bls12_381::Bls12;