diff --git a/support/testing/tests/core/test_hardening.py b/support/testing/tests/core/test_hardening.py index 60e14303a3..e9d30f3a38 100644 --- a/support/testing/tests/core/test_hardening.py +++ b/support/testing/tests/core/test_hardening.py @@ -52,6 +52,7 @@ class TestRelroPartial(TestHardeningBase): config = TestHardeningBase.config + \ """ BR2_RELRO_PARTIAL=y + # BR2_PIC_PIE is not set """ def test_run(self):