-remove row check, not stable enough to assert on

This commit is contained in:
Christian Grothoff 2022-03-30 12:00:20 +02:00
parent 6040c9ff0f
commit eadee56dcf
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1595,12 +1595,6 @@ then
run_audit aggregator
echo -n "Testing inconsistency detection... "
ROW=`jq -e .bad_sig_losses[0].row < test-audit-aggregation.json`
if test $ROW != "1"
then
exit_fail "Row wrong, got $ROW"
fi
LOSS=`jq -r .bad_sig_losses[0].loss < test-audit-aggregation.json`
if test $LOSS == "TESTKUDOS:0"
then