Skip to content

Commit 106a343

Browse files
committed
[ci] Cleanup run_devtools_e2e_tests
This was only used for build_and_test which has since been migrated to gh actions and is now therefore unused. Looks like I missed this during the previous cleanup. ghstack-source-id: 2784439 Pull Request resolved: #30467
1 parent a0e7ecf commit 106a343

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,6 @@ jobs:
124124
path: ./build/devtools/firefox-extension.zip
125125
destination: react-devtools-firefox-extension.zip
126126

127-
run_devtools_e2e_tests:
128-
docker: *docker
129-
environment: *environment
130-
steps:
131-
- checkout
132-
- attach_workspace:
133-
at: .
134-
- setup_node_modules
135-
- run:
136-
name: Playwright install deps
137-
command: |
138-
npx playwright install
139-
sudo npx playwright install-deps
140-
- run:
141-
environment:
142-
RELEASE_CHANNEL: experimental
143-
command: ./scripts/circleci/run_devtools_e2e_tests.js
144-
145127
run_devtools_tests_for_versions:
146128
docker: *docker
147129
environment: *environment

0 commit comments

Comments
 (0)