From 436049734451c98869a6bfd47807ff855f1ab156 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Wed, 12 Aug 2026 16:33:01 -0700 Subject: [PATCH] =?UTF-8?q?test(e2e):=20throwaway=20=E2=80=94=20PR=20e2e?= =?UTF-8?q?=20gate=20proof=204=20(tier=203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/conftest.py b/tests/e2e/conftest.py index eff3b4ddf58..ff3456f1517 100644 --- a/tests/e2e/conftest.py +++ b/tests/e2e/conftest.py @@ -145,3 +145,5 @@ def resources(client: ProxyClientProvider) -> Iterator[ResourceManager]: def scoped_key(resources: ResourceManager) -> str: """A fresh all-models key per test, auto-deleted by the resources teardown.""" return resources.key() + +# e2e gate proof 4: tier-3 full-suite selection from a depth-1 harness file (throwaway)