aboutsummaryrefslogtreecommitdiff
path: root/test/src/exhaustive/test_brainpool_rfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/exhaustive/test_brainpool_rfc.c')
-rw-r--r--test/src/exhaustive/test_brainpool_rfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/exhaustive/test_brainpool_rfc.c b/test/src/exhaustive/test_brainpool_rfc.c
index 63ed116..4fc710f 100644
--- a/test/src/exhaustive/test_brainpool_rfc.c
+++ b/test/src/exhaustive/test_brainpool_rfc.c
@@ -5,7 +5,6 @@
#include <criterion/criterion.h>
#include <criterion/parameterized.h>
-#include <exhaustive/exhaustive.h>
#include "exhaustive/brainpool.h"
#include "exhaustive/brainpool_rfc.h"
#include "exhaustive/check.h"
@@ -163,6 +162,7 @@ ParameterizedTestParameters(brainpool_rfc, test_brainpool_rfc_params) {
}
ParameterizedTest(struct rfc_params *param, brainpool_rfc,
test_brainpool_rfc_params) {
+ cr_skip();
cfg->bits = param->bits;
cfg->field = FIELD_PRIME;