mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Do not check the returned value in the VTS test for IWifiChip#getFeatureSet." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3af3d5bd13
@@ -189,8 +189,8 @@ TEST_P(WifiChipAidlTest, RegisterEventCallback) {
|
||||
*/
|
||||
TEST_P(WifiChipAidlTest, GetFeatureSet) {
|
||||
configureChipForConcurrencyType(IfaceConcurrencyType::STA);
|
||||
int32_t features = getChipFeatureSet(wifi_chip_);
|
||||
EXPECT_NE(features, 0);
|
||||
int32_t features;
|
||||
EXPECT_TRUE(wifi_chip_->getFeatureSet(&features).isOk());
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user