diff --git a/www/experiments.php b/www/experiments.php index 5c032c3b75..92fa73938e 100644 --- a/www/experiments.php +++ b/www/experiments.php @@ -435,7 +435,7 @@ function observationHTML($parts) } $numRuns = $test['test']['runs']; - $fvonly = $test['testinfo']['fvonly']; + // $fvonly = $test['testinfo']['fvonly']; if (!$isReadOnly) { ?> @@ -447,9 +447,9 @@ function observationHTML($parts)

diff --git a/www/runtest.php b/www/runtest.php index 15229eac72..362e5bcee3 100644 --- a/www/runtest.php +++ b/www/runtest.php @@ -1090,6 +1090,7 @@ function buildSelfHost($hosts) $test['video'] = 1; $test['label'] = 'Original (Control Run)'; $test['metadata'] = json_encode($experimentMetadata); + $test['fvonly'] = 1; // force a first view only test for the experiment and control run $id = CreateTest($test, $test['url']); if (isset($id)) {