@@ -460,14 +460,16 @@ Case cases[] = {
460
460
Case (" Testing client tx_buff_null" , tx_buff_null),
461
461
Case (" Testing client rx_tx_null" , rx_tx_null),
462
462
Case (" Testing client multiple_call from a single thread" , multiple_call),
463
- Case (" Testing client exceed num of max channels allowed" , exceed_num_of_max_channels),
464
463
Case (" Testing client close on NULL handle" , client_close_null_handle),
465
464
Case (" Testing DROP_CONNECTION State" , drop_connection),
466
465
Case (" Testing client psa_framework_version() API" , verify_psa_framework_version),
467
466
Case (" Testing client psa_version() API on existing SID" , psa_version_existing),
468
467
Case (" Testing client psa_version() API on non-existing SID" , psa_version_non_existing),
469
468
Case (" Testing client psa_version() API to a service that is not NSPE callable" , psa_version_secure_access_only),
470
469
Case (" Testing client multiple calls on different channels to the same SID" , multi_thread_diff_handles),
470
+ #if defined TARGET_MBED_SPM // TF-M issue: https://developer.trustedfirmware.org/T244
471
+ Case (" Testing client exceed num of max channels allowed" , exceed_num_of_max_channels),
472
+ #endif
471
473
};
472
474
473
475
utest::v1::status_t test_setup (const size_t number_of_cases)
0 commit comments