mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
test/test_state_coverage: temporarily disable decline test.
It will come back better and stronger, later. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1305,6 +1305,7 @@ int main(int argc, char *argv[])
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 /* FIXME */
|
||||||
/* Now try with declining an HTLC. */
|
/* Now try with declining an HTLC. */
|
||||||
do_decline = true;
|
do_decline = true;
|
||||||
sithash_init(&hist.sithash);
|
sithash_init(&hist.sithash);
|
||||||
@@ -1314,6 +1315,7 @@ int main(int argc, char *argv[])
|
|||||||
report_trail(t);
|
report_trail(t);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
for (i = 0; i < STATE_MAX; i++) {
|
for (i = 0; i < STATE_MAX; i++) {
|
||||||
bool a_expect = true, b_expect = true;
|
bool a_expect = true, b_expect = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user