diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py
index 25a78324e25dabccb0ce2ad8471b34edea7a3c42..14ec85b853ca85ce7339869d27f77564a3e58239 100644
--- a/test/py/tests/test_vboot.py
+++ b/test/py/tests/test_vboot.py
@@ -29,6 +29,7 @@ import pytest
 import sys
 import u_boot_utils as util
 
+@pytest.mark.boardspec('sandbox')
 @pytest.mark.buildconfigspec('fit_signature')
 def test_vboot(u_boot_console):
     """Test verified boot signing with mkimage and verification with 'bootm'.