Disable psa-arch-test 262 and 263 test cases

Disable the crypto 262 and 263 (psa_hash_suspend, psa_hash_resume) test
cases in psa-arch-test. These are not supported by Trusted Services.

Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Change-Id: If383362af94406ec496d4017908f7bdcaf8972c5
diff --git a/external/psa_arch_tests/0001-Disable-using-hard-coded-attestation-key.patch b/external/psa_arch_tests/0001-Disable-using-hard-coded-attestation-key.patch
index 55917fb..89aa749 100644
--- a/external/psa_arch_tests/0001-Disable-using-hard-coded-attestation-key.patch
+++ b/external/psa_arch_tests/0001-Disable-using-hard-coded-attestation-key.patch
@@ -1,7 +1,7 @@
-From dbd25f94eb62a9855bf342dd97503a49ea50f83e Mon Sep 17 00:00:00 2001
+From a2c655d01a3f70a1787650c634af51efa61dbb2d Mon Sep 17 00:00:00 2001
 From: Gyorgy Szing <Gyorgy.Szing@arm.com>
 Date: Tue, 8 Feb 2022 17:06:37 +0000
-Subject: [PATCH 1/1] Disable using hard-coded attestation key
+Subject: [PATCH 1/2] Disable using hard-coded attestation key
 
 Modify platform config to disable using a hard-coded attestation
 key.
@@ -25,4 +25,5 @@
  /*
   * Include of PSA defined Header files
 -- 
-2.17.1
+2.34.1
+
diff --git a/external/psa_arch_tests/0002-Disable-crypto-test-262-and-263.patch b/external/psa_arch_tests/0002-Disable-crypto-test-262-and-263.patch
new file mode 100644
index 0000000..ca1e60b
--- /dev/null
+++ b/external/psa_arch_tests/0002-Disable-crypto-test-262-and-263.patch
@@ -0,0 +1,27 @@
+From 197fd3e139921efc6a022bbb57d31971d136047e Mon Sep 17 00:00:00 2001
+From: Balint Dobszay <balint.dobszay@arm.com>
+Date: Fri, 3 Feb 2023 17:56:35 +0100
+Subject: [PATCH 2/2] Disable crypto test 262 and 263
+
+These test cases are not supported by Trusted Services.
+
+Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
+---
+ api-tests/dev_apis/crypto/testsuite.db | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/api-tests/dev_apis/crypto/testsuite.db b/api-tests/dev_apis/crypto/testsuite.db
+index 2f09dcd..184cb59 100644
+--- a/api-tests/dev_apis/crypto/testsuite.db
++++ b/api-tests/dev_apis/crypto/testsuite.db
+@@ -81,7 +81,5 @@ test_c058
+ test_c059
+ test_c060
+ test_c061
+-test_c062, failing_test
+-test_c063, failing_test
+ 
+ (END)
+-- 
+2.34.1
+
diff --git a/external/psa_arch_tests/psa_arch_tests.cmake b/external/psa_arch_tests/psa_arch_tests.cmake
index 5b403ef..13dd174 100644
--- a/external/psa_arch_tests/psa_arch_tests.cmake
+++ b/external/psa_arch_tests/psa_arch_tests.cmake
@@ -17,6 +17,7 @@
 	PATCH_COMMAND git stash
 		COMMAND git tag -f ts-before-am
 		COMMAND git am ${CMAKE_CURRENT_LIST_DIR}/0001-Disable-using-hard-coded-attestation-key.patch
+		COMMAND git am ${CMAKE_CURRENT_LIST_DIR}/0002-Disable-crypto-test-262-and-263.patch
 		COMMAND git reset ts-before-am
 )