From 8c317d89e6b88bb5a59c9e38a0485f3c15fa804e Mon Sep 17 00:00:00 2001 From: titusfortner Date: Sat, 22 Mar 2025 11:12:31 -0700 Subject: [PATCH 1/2] [build] allow tests tagged exclusive-if-local to run on rbe --- .bazelrc.remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc.remote b/.bazelrc.remote index 40f864f95cda2..7b50bef8b48f1 100644 --- a/.bazelrc.remote +++ b/.bazelrc.remote @@ -31,7 +31,7 @@ build:remote --disk_cache= build:remote --incompatible_enable_cc_toolchain_resolution build:remote --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 test:remote --test_env=DISPLAY=:99.0 -test:remote --test_tag_filters=-exclusive-if-local,-skip-rbe,-remote +test:remote --test_tag_filters=-skip-rbe,-remote # Env vars we can hard code build:remote --action_env=HOME=/home/dev From 94c4dfb2d6e01f7dcfaa70d04d5b01cc2f533af0 Mon Sep 17 00:00:00 2001 From: aguspe Date: Sat, 2 Aug 2025 16:10:29 +0200 Subject: [PATCH 2/2] remove fedcm test guard --- rb/spec/integration/selenium/webdriver/fedcm_spec.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rb/spec/integration/selenium/webdriver/fedcm_spec.rb b/rb/spec/integration/selenium/webdriver/fedcm_spec.rb index c4fd24d740394..eba27930cde49 100644 --- a/rb/spec/integration/selenium/webdriver/fedcm_spec.rb +++ b/rb/spec/integration/selenium/webdriver/fedcm_spec.rb @@ -22,9 +22,7 @@ module Selenium module WebDriver module FedCM - describe FedCM, - exclude: {browser: :chrome, reason: 'https://issues.chromium.org/u/0/issues/425801332'}, - exclusive: [{bidi: false, reason: 'Not yet implemented with BiDi'}, {browser: %i[chrome edge]}] do + describe FedCM, exclusive: [{bidi: false, reason: 'Not yet implemented with BiDi'}, {browser: %i[chrome edge]}] do let(:dialog) { driver.fedcm_dialog } before { driver.get url_for('fedcm/fedcm.html') }