From 4d10c107fb250726539f193e65008b118c1326bd Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Fri, 27 May 2022 13:38:11 -0700 Subject: [PATCH] [ci.yaml] Remove google testing postsubmit target (#104853) --- .ci.yaml | 8 -------- TESTOWNERS | 1 - 2 files changed, 9 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 9a897f6df374..397330508c51 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4188,11 +4188,3 @@ targets: ["devicelab", "android", "windows"] task_name: windows_chrome_dev_mode scheduler: luci - - - name: google_test - bringup: true - presubmit: false - scheduler: google_internal - properties: - tags: > - ["framework", "hostonly", "shard"] diff --git a/TESTOWNERS b/TESTOWNERS index 40ac0c6d9486..4e8a3eb8c5d4 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -257,4 +257,3 @@ # skp_generator @Hixie # test_ownership @keyonghan # verify_binaries_codesigned @christopherfujino @flutter/releases -# google_test @renyou