From 53791076c9f34d9d906d6a49b481729802410703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 10 Sep 2018 17:37:47 +0200 Subject: [PATCH] Disable input list randomization --- nettests/nettests.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nettests/nettests.go b/nettests/nettests.go index ce9b720..899acfd 100644 --- a/nettests/nettests.go +++ b/nettests/nettests.go @@ -129,6 +129,7 @@ func (c *Controller) Init(nt *mk.Nettest) error { DisableReportFile: false, DisableCollector: false, + RandomizeInput: false, // It's important to disable input randomization to ensure the URLs are written in sync to the DB SoftwareName: "ooniprobe", SoftwareVersion: ooni.Version,