tests/sys/net/routing: remove bandaid against old epair(4) panic

This commit is contained in:
Gleb Smirnoff 2022-01-26 21:58:43 -08:00
parent 942d05e3b8
commit 929ff66ad3

View File

@ -159,8 +159,6 @@ config_generic_cleanup(const atf_tc_t *tc)
char cmd[512];
int ret;
/* XXX: sleep 100ms to avoid epair qflush panic */
usleep(1000 * 100);
snprintf(cmd, sizeof(cmd), "%s/generic_cleanup.sh", srcdir);
ret = system(cmd);
if (ret != 0)