From 16a59cb9926bc96792cc9d1b7a996689f7bf1b86 Mon Sep 17 00:00:00 2001 From: Nir Sonnenschein Date: Sun, 3 Mar 2019 16:46:21 +0200 Subject: [PATCH] Allow PS test03 with PS_ALLOW_ENTIRE_STORAGE_FILL flag --- components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c b/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c index 31faef86b7..f466a42ebe 100644 --- a/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c +++ b/components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c @@ -5,7 +5,9 @@ #ifdef ITS_TEST void test_entry_s003(val_api_t *val_api, psa_api_t *psa_api); #elif PS_TEST +#ifndef PS_ALLOW_ENTIRE_STORAGE_FILL #error [NOT_SUPPORTED] Test is too long for CI, thus always fails on timeout. +#endif void test_entry_p003(val_api_t *val_api, psa_api_t *psa_api); #endif