Skip to content

Commit

Permalink
Re-enable the watchOS device tests. (#2102)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 486732053
(cherry picked from commit fe7f34d)

---------

Co-authored-by: Nicholas Levin <[email protected]>
  • Loading branch information
keith and nglevin authored Feb 20, 2024
1 parent 61dac17 commit e2fdbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/apple_shell_testutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export MIN_OS_TVOS_NPLUS1="13.0"
export MIN_OS_MACOS="10.13"
export MIN_OS_MACOS_NPLUS1="10.14"

export MIN_OS_WATCHOS="4.0"
export MIN_OS_WATCHOS="7.0"

# Usage: assert_exists <path>
#
Expand Down
3 changes: 1 addition & 2 deletions test/configurations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ WATCHOS_SIMULATOR_OPTIONS = COMPILATION_MODE_OPTIONS + [
]

WATCHOS_CONFIGURATIONS = {
# TODO(b/251910608): Re-enable when platform_mappings are exposed to the test runner.
#"device": WATCHOS_DEVICE_OPTIONS,
"device": WATCHOS_DEVICE_OPTIONS,
"simulator": WATCHOS_SIMULATOR_OPTIONS,
}

0 comments on commit e2fdbb2

Please sign in to comment.