diff --git a/test/simdjs/simdjs.status b/test/simdjs/simdjs.status index f0e96c2f0f..99ce8865e5 100644 --- a/test/simdjs/simdjs.status +++ b/test/simdjs/simdjs.status @@ -16,4 +16,11 @@ # TODO(bbudge): Drop this when simd implementation is faster. 'benchmarks/memcpy': SKIP, }], + +###################################################################### +['byteorder == big', { + # shell_test_runner requires little-endian, skip it on big-endian. + 'shell_test_runner': [SKIP], +}], # 'byteorder == big' + ]