Change testing config for new Query tiles stable experiment

For the new Query Tiles experiment, we need to run preperiod
first for some time. So change the testing config to reflect that.

BUG=1127441

Change-Id: I2a79c15c538178abffe72aebbd352798bb5841d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2833682
Reviewed-by: Shakti Sahu <shaktisahu@chromium.org>
Commit-Queue: Min Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#875230}
GitOrigin-RevId: 156bc9fb70eb0e989279490a31a9bce83b54359f
diff --git a/variations/fieldtrial_testing_config.json b/variations/fieldtrial_testing_config.json
index f180dea..bfe55f2 100644
--- a/variations/fieldtrial_testing_config.json
+++ b/variations/fieldtrial_testing_config.json
@@ -5583,7 +5583,7 @@
             ],
             "experiments": [
                 {
-                    "name": "EnabledNTPWithExploreAndTrending",
+                    "name": "EnabledExploreAndTrendingSegmentation1",
                     "params": {
                         "base_url": "https://chromeupboarding-pa.googleapis.com",
                         "experiment_tag": "{maxLevels : 1, enableTrending : true, maxTrendingQueries : 8}",
@@ -5592,17 +5592,17 @@
                         "max_trending_tile_impressions": "1",
                         "most_visited_max_rows_normal_screen": "1",
                         "most_visited_max_rows_small_screen": "1",
+                        "mv_tile_click_threshold": "0",
                         "small_screen_height_threshold_dp": "700"
                     },
-                    "enable_features": [
-                        "QueryTiles",
-                        "QueryTilesInNTP",
-                        "QueryTilesLocalOrdering",
-                        "QueryTilesRemoveTrendingAfterInactivity"
-                    ],
                     "disable_features": [
+                        "QueryTiles",
                         "QueryTilesEnableQueryEditing",
-                        "QueryTilesInOmnibox"
+                        "QueryTilesInNTP",
+                        "QueryTilesInOmnibox",
+                        "QueryTilesLocalOrdering",
+                        "QueryTilesRemoveTrendingAfterInactivity",
+                        "QueryTilesSegmentation"
                     ]
                 },
                 {