DEV: Remove redundant step in tests workflow (#28716)

Base image no longer ships with Chromium so no need to remove it
This commit is contained in:
Alan Guo Xiang Tan 2024-09-04 07:53:49 +08:00 committed by GitHub
parent b27c8eee93
commit 7092d88ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,11 +68,6 @@ jobs:
- name: Set working directory owner
run: chown root:root .
- name: Remove Chromium
continue-on-error: true
if: matrix.build_type == 'system'
run: apt remove -y chromium-driver chromium
- name: Set PARALLEL_TEST_PROCESSORS for system tests
if: matrix.build_type == 'system'
run: |