mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
test: adds comment documenting disabled fein/fynd roundtrip
This commit is contained in:
parent
600c739a7a
commit
398454690b
@ -389,6 +389,8 @@ _test_ob(void)
|
|||||||
c3_i ret_i = 1;
|
c3_i ret_i = 1;
|
||||||
ret_i &= _test_fein_ob();
|
ret_i &= _test_fein_ob();
|
||||||
ret_i &= _test_fynd_ob();
|
ret_i &= _test_fynd_ob();
|
||||||
|
// disabled, takes almost ~m15
|
||||||
|
//
|
||||||
// ret_i &= _exhaust_roundtrip_fein_fynd_ob();
|
// ret_i &= _exhaust_roundtrip_fein_fynd_ob();
|
||||||
return ret_i;
|
return ret_i;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user