Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8c2740e

Browse files
committed
Test properties
1 parent 13a9ed7 commit 8c2740e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ targets:
156156
fuchsia_ctl_version: version:0.0.27
157157
# ensure files from pre-production Fuchsia SDK tests are purged from cache
158158
clobber: "true"
159+
emulator_arch: "arm64"
159160
timeout: 60
160161

161162
- name: Linux Framework Smoke Tests

testing/fuchsia/test_suites.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# - test_command: run-test-suite fuchsia-pkg://fuchsia.com/dart_utils_tests#meta/dart_utils_tests.cm
3939
# package: dart_utils_tests-0.far
4040
- test_command: test-run fuchsia-pkg://fuchsia.com/dart-jit-runner-integration-test#meta/dart-jit-runner-integration-test.cm
41-
platforms:
41+
emulator_arch:
4242
- 'x64'
4343
- 'arm64'
4444
packages:
@@ -47,7 +47,7 @@
4747
- gen/flutter/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_echo_server/dart_jit_echo_server/dart_jit_echo_server.far
4848
- test_command: test-run fuchsia-pkg://fuchsia.com/dart-aot-runner-integration-test#meta/dart-aot-runner-integration-test.cm
4949
run_with_dart_aot: 'true'
50-
platforms:
50+
emulator_arch:
5151
- 'x64'
5252
- 'arm64'
5353
packages:

0 commit comments

Comments
 (0)