Remove unnecessary keyword setting
These 2 tests can run on aosp cf. Bug: 300519349 Test: atest presubmit check Change-Id: I8ee41c2abe464be2c2ee4537de5edf86308183aa
This commit is contained in:
parent
19224ed589
commit
43c87b3291
1 changed files with 2 additions and 4 deletions
|
@ -7,16 +7,14 @@
|
|||
"name": "VtsHalRemotelyProvisionedComponentTargetTest"
|
||||
},
|
||||
{
|
||||
"name": "RkpdAppUnitTests",
|
||||
"keywords": ["internal"]
|
||||
"name": "RkpdAppUnitTests"
|
||||
},
|
||||
{
|
||||
"name": "RkpdAppGoogleUnitTests",
|
||||
"keywords": ["internal"]
|
||||
},
|
||||
{
|
||||
"name": "RkpdAppIntegrationTests",
|
||||
"keywords": ["internal"]
|
||||
"name": "RkpdAppIntegrationTests"
|
||||
},
|
||||
{
|
||||
"name": "RkpdAppGoogleIntegrationTests",
|
||||
|
|
Loading…
Reference in a new issue