Skip device id attestation tests on devices receiving only system
update and not vendor update, on such devices
`android.software.device_id_attestation` feature may not be configured
correctly.

Bug: 369324091
Test: atest keystore2_client_tests
Change-Id: I04054c8226c117d978e3888e7b601e993d27fff5
diff --git a/keystore2/tests/keystore2_client_attest_key_tests.rs b/keystore2/tests/keystore2_client_attest_key_tests.rs
index f723d02..033036b 100644
--- a/keystore2/tests/keystore2_client_attest_key_tests.rs
+++ b/keystore2/tests/keystore2_client_attest_key_tests.rs
@@ -615,6 +615,8 @@
         // Skip this test on device supporting `DEVICE_ID_ATTESTATION_FEATURE`.
         return;
     }
+    skip_device_id_attestation_tests!();
+    skip_test_if_no_app_attest_key_feature!();
 
     let sl = SecLevel::tee();