disabled tlvrandom test because it is buggy and fails sometimes

This commit is contained in:
electron128 2015-12-24 12:57:52 +01:00
parent b874167785
commit a031d1e1b5

View file

@ -149,7 +149,7 @@ bool test_SetTlvItem(RsTlvItem *item, uint16_t type, void *data, uint32_t size,
} }
TEST(libretroshare_serialiser, test_RsTlvRandom) TEST(libretroshare_serialiser, DISABLED_test_RsTlvRandom)
{ {
/* random data array to work through */ /* random data array to work through */
uint32_t dsize = 100000; uint32_t dsize = 100000;