Allow PS test03 with PS_ALLOW_ENTIRE_STORAGE_FILL flag

pull/9312/head
Nir Sonnenschein 2019-03-03 16:46:21 +02:00
parent 1650a923eb
commit 16a59cb992
1 changed files with 2 additions and 0 deletions

View File

@ -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