summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-10-13 00:36:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-13 00:36:01 +0000
commit92fa620082dffd00211419dfed4ed16c5fc639de (patch)
tree5c12794ce831e5776c6dda666fc8c8255b765833
parent5f9e039072a11106b742792f635daa913b6524ab (diff)
parent970c02bfc0889ed6cdf0af90aa651ba5affefe97 (diff)
downloadcts-92fa620082dffd00211419dfed4ed16c5fc639de.tar.gz
Merge "Fix excluded test classes" into android14-tests-dev
-rw-r--r--tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
index 425abf4bde8..1cdfbf75702 100644
--- a/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-on-gsi-exclude.xml
@@ -164,7 +164,7 @@
<!-- b/298915013 Remove CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest from cts-on-gsi -->
<option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.AttestKeyTest#testEcAttestKey_StrongBox" />
<option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.AttestKeyTest#testRsaAttestKey_StrongBox" />
- <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.AttestKeyTest#testAttestationKmVersionMatchesFeatureVersionStrongBox" />
- <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.AttestKeyTest#testAllVariationsOfDeviceIdAttestationUsingStrongBox" />
+ <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testAttestationKmVersionMatchesFeatureVersionStrongBox" />
+ <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.DeviceOwnerKeyManagementTest#testAllVariationsOfDeviceIdAttestationUsingStrongBox" />
</configuration>