Skip to content

Commit 04b18e2

Browse files
Remove temporary test component
Signed-off-by: Gabor Mezei <[email protected]>
1 parent 72cc7bb commit 04b18e2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/scripts/components-configuration.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,3 @@ component_test_memory_buffer_allocator () {
351351
# MBEDTLS_MEMORY_BUFFER_ALLOC is slow. Skip tests that tend to time out.
352352
tests/ssl-opt.sh -e '^DTLS proxy'
353353
}
354-
355-
# Temporary component for SHA3 config option removal
356-
# Will be removed according to this issue:
357-
# https://github.com/Mbed-TLS/mbedtls/issues/10203
358-
component_test_full_no_sha3 () {
359-
msg "build: full config without SHA3"
360-
scripts/config.py full
361-
scripts/config.py unset-all 'PSA_WANT_ALG_SHA3_*'
362-
make
363-
364-
msg "test: full - PSA_WANT_ALG_SHA3_*"
365-
make test
366-
}

0 commit comments

Comments
 (0)