disable fragile part of test
This commit is contained in:
parent
d36700ed98
commit
c58c5bce2b
@ -136,6 +136,7 @@ check_keys_run (void *cls,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/**
|
/**
|
||||||
* Not sure this check makes sense: GET /keys is performed on
|
* Not sure this check makes sense: GET /keys is performed on
|
||||||
* a "maybe" basis, so it can get quite hard to track /keys
|
* a "maybe" basis, so it can get quite hard to track /keys
|
||||||
@ -155,6 +156,7 @@ check_keys_run (void *cls,
|
|||||||
TALER_TESTING_interpreter_fail (is);
|
TALER_TESTING_interpreter_fail (is);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
/* "/keys" was updated, let's check they were OK! */
|
/* "/keys" was updated, let's check they were OK! */
|
||||||
if (cks->num_denom_keys != is->keys->num_denom_keys)
|
if (cks->num_denom_keys != is->keys->num_denom_keys)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user