all running error is fixed

This commit is contained in:
Sukchan Lee 2017-10-31 09:32:18 +09:00
parent b060ea1714
commit 46b403c43d
3 changed files with 3 additions and 4 deletions

View file

@ -381,14 +381,13 @@ abts_suite *testtimer(abts_suite *suite)
/*
* OpenSUSE OBS
* - Ubuntu 16.10 i586 failed
* - It is probably VM issue
* [ 661s] testtimer : Line 176: expected <1449351760>, but saw <0>
* [ 661s] Line 305: expected <1019>, but saw <1024>
* [ 661s] Line 372: expected <1019>, but saw <1024>
* [ 661s] FAILED 3 of 4
*/
#if 0
abts_run_test(suite, test_now, NULL);
#endif
abts_run_test(suite, timer_test_1, NULL);
abts_run_test(suite, timer_test_2, NULL);
abts_run_test(suite, timer_test_3, NULL);