We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1650a92 commit 16a59cbCopy full SHA for 16a59cb
components/TARGET_PSA/TESTS/compliance_its/test_s003/main.c
@@ -5,7 +5,9 @@
5
#ifdef ITS_TEST
6
void test_entry_s003(val_api_t *val_api, psa_api_t *psa_api);
7
#elif PS_TEST
8
+#ifndef PS_ALLOW_ENTIRE_STORAGE_FILL
9
#error [NOT_SUPPORTED] Test is too long for CI, thus always fails on timeout.
10
+#endif
11
void test_entry_p003(val_api_t *val_api, psa_api_t *psa_api);
12
#endif
13
0 commit comments