aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/device/test-googletest-full/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/device/test-googletest-full/test_config.py b/tests/device/test-googletest-full/test_config.py
index a7d94c503..0358780fc 100644
--- a/tests/device/test-googletest-full/test_config.py
+++ b/tests/device/test-googletest-full/test_config.py
@@ -1,4 +1,4 @@
def match_broken(abi, platform, device_platform, toolchain, subtest=None):
- if abi != 'arm64-v8a':
+ if abi in ('x86', 'x86_64'):
return abi, 'http://b/24380035'
return None, None