Skip to content

Commit

Permalink
Remove canary react-beta e2e test before approval
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 17, 2024
1 parent b21494e commit a48687c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/call-e2e-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ jobs:
# react beta to reduce cost impact
editor-mode: ['rich-text']
prod: [false]
# TODO: https://github.com/facebook/lexical/issues/6126
if: false
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ jobs:
e2e-tests:
if: github.repository_owner == 'facebook'
uses: ./.github/workflows/call-e2e-canary-tests.yml

react-beta-REMOVE-THIS-BEFORE-MERGE:
uses: ./.github/workflows/call-e2e-test.yml
with:
os: 'macos-latest'
browser: 'chromium'
node-version: 18.18.0
events-mode: 'modern-events'
editor-mode: 'rich-text'
prod: false
override-react-version: beta

0 comments on commit a48687c

Please sign in to comment.