Skip to content

Commit

Permalink
Circle CI: Re-enable iOS unit tests (#33547)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #33547

Now that Hermes is being built from source, Circle CI iOS unit tests can be re-enabled.

Changelog: [Internal]

Reviewed By: cortinico, neildhar

Differential Revision: D35328103

fbshipit-source-id: ea99d8f1fa02997e9c4f55048012b4b55c0bb2b3
  • Loading branch information
hramos authored and facebook-github-bot committed Apr 21, 2022
1 parent 8c4e81a commit 476330a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,10 +1253,7 @@ workflows:
- test_ios_rntester
- build_ios
- test_ios_unit:
# TODO(ncor, neildhar) Integration tests for iOS + Hermes are currently
# disabled due to an ABI incompatibility introduced by D33830544.
# They can be re-enabled as soon as Hermes 0.12.0 is released.
run_unit_tests: false
run_unit_tests: true
requires:
- build_ios
# DISABLED: USE_FRAMEWORKS=1 not supported by Flipper
Expand Down

0 comments on commit 476330a

Please sign in to comment.