summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fpsensor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fpsensor.c b/test/fpsensor.c
index a0cfb31ed6..1e7015882d 100644
--- a/test/fpsensor.c
+++ b/test/fpsensor.c
@@ -111,7 +111,7 @@ void run_test(int argc, char **argv)
/* The transport type is cached in a static variable, so the tests
* cannot be run back to back (without reboot).
*/
- if (strncmp(argv[1], "uart", 4) == 0)
+ if (strncmp(argv[1], "uart", 4) == 0 && IS_ENABLED(BOARD_BLOONCHIPPER))
RUN_TEST(test_host_command_protocol_info_uart);
else if (strncmp(argv[1], "spi", 3) == 0)
RUN_TEST(test_host_command_protocol_info_spi);