summaryrefslogtreecommitdiff
path: root/contrib/python/podman/test/test_runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/podman/test/test_runner.sh')
-rwxr-xr-xcontrib/python/podman/test/test_runner.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh
index a9142d36d..4afbc260f 100755
--- a/contrib/python/podman/test/test_runner.sh
+++ b/contrib/python/podman/test/test_runner.sh
@@ -125,11 +125,6 @@ EOT
# Run podman in background without systemd for test purposes
set -x
-# Until podman issue#... is fixed.
-sysctl fs.inotify.max_user_watches=999999
-sysctl fs.inotify.max_user_instances=999999
-sysctl fs.inotify.max_queued_events=999999
-
$PODMAN varlink --timeout=0 ${PODMAN_HOST} >>/tmp/test_podman.output 2>&1 &
if [[ -z $1 ]]; then