mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Skip running fgets_eagain test until we fix it
This commit is contained in:
parent
8a12ce2cf9
commit
f7338d3baa
@ -1433,7 +1433,7 @@ struct testcase_t util_tests[] = {
|
|||||||
#endif
|
#endif
|
||||||
UTIL_TEST(exit_status, 0),
|
UTIL_TEST(exit_status, 0),
|
||||||
#ifndef MS_WINDOWS
|
#ifndef MS_WINDOWS
|
||||||
UTIL_TEST(fgets_eagain, 0),
|
UTIL_TEST(fgets_eagain, TT_SKIP),
|
||||||
UTIL_TEST(spawn_background_ok, 0),
|
UTIL_TEST(spawn_background_ok, 0),
|
||||||
UTIL_TEST(spawn_background_fail, 0),
|
UTIL_TEST(spawn_background_fail, 0),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user