aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.c b/src/utils.c
index 0a453cc..6f6416c 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1098,6 +1098,10 @@ int selftest_minimal_requirements(void)
goto error;
}
+ /*
+ * The following tests do neither work on travis-ci nor on gitlab.
+ * FIXME: fork() broken on some docker containers?
+ */
/*
s = -1;
child_pid = fork();