From ea1e8b114da6214230011c1697b017938802e7a8 Mon Sep 17 00:00:00 2001 From: Matt Menke Date: Wed, 23 Oct 2024 10:04:05 -0700 Subject: [PATCH] Fix trusted-scoring-signals.https.window.js test variant. It was running tests 41-45, 45-50 and then 50-52, which means tests 45 and 50 were in two different variants, so each was run twice. Bug: None Change-Id: I4d9b628fe369fdb438253c3b4a925a463647eb72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5954791 Reviewed-by: Maks Orlovich Commit-Queue: mmenke Cr-Commit-Position: refs/heads/main@{#1372773} --- fledge/tentative/trusted-scoring-signals.https.window.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fledge/tentative/trusted-scoring-signals.https.window.js b/fledge/tentative/trusted-scoring-signals.https.window.js index d664b4f308e547..0368db692c4865 100644 --- a/fledge/tentative/trusted-scoring-signals.https.window.js +++ b/fledge/tentative/trusted-scoring-signals.https.window.js @@ -13,8 +13,8 @@ // META: variant=?31-35 // META: variant=?36-40 // META: variant=?41-45 -// META: variant=?45-50 -// META: variant=?50-last +// META: variant=?46-50 +// META: variant=?51-last "use strict";