Skip to content

Commit 16a59cb

Browse files
author
Nir Sonnenschein
committed
Allow PS test03 with PS_ALLOW_ENTIRE_STORAGE_FILL flag
1 parent 1650a92 commit 16a59cb

File tree

1 file changed

+2
-0
lines changed
  • components/TARGET_PSA/TESTS/compliance_its/test_s003

1 file changed

+2
-0
lines changed

components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
#ifdef ITS_TEST
66
void test_entry_s003(val_api_t *val_api, psa_api_t *psa_api);
77
#elif PS_TEST
8+
#ifndef PS_ALLOW_ENTIRE_STORAGE_FILL
89
#error [NOT_SUPPORTED] Test is too long for CI, thus always fails on timeout.
10+
#endif
911
void test_entry_p003(val_api_t *val_api, psa_api_t *psa_api);
1012
#endif
1113

0 commit comments

Comments
 (0)