summaryrefslogtreecommitdiffstats
path: root/tests/updater_checks.bats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/updater_checks.bats')
-rwxr-xr-xtests/updater_checks.bats3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats
index 4f39270776..6444c081cc 100755
--- a/tests/updater_checks.bats
+++ b/tests/updater_checks.bats
@@ -56,9 +56,6 @@ setup() {
# Run the updater, with the override so that it uses the local repo we have at hand
# Try to run the installed, if any, otherwise just run the one from the repo
export NETDATA_LOCAL_TARBAL_OVERRIDE="${PWD}"
- # Disable random sleep / splay for netdata-updater to avoid sampede effect
- # of many agents (dis|re)connecting too quickly all at onace to Netdata Cloud
- unset RANDOM; export RANDOM=0
/etc/cron.daily/netdata-updater || ./packaging/installer/netdata-updater.sh
! grep "new_installation" "${ENV}"
}