Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecenzo committed Jul 28, 2022
1 parent 884135f commit cb00b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/tv-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ void ApplicationInit()

// Disable last fixed endpoint, which is used as a placeholder for all of the
// supported clusters so that ZAP will generated the requisite code.
ChipLogDetail(DeviceLayer, "TV Linux App: Disabling Fixed Content App Endpoints");
emberAfEndpointEnableDisable(3, false);
ChipLogDetail(DeviceLayer, "TV Linux App: Warning - Fixed Content App Endpoint Not Disabled");
// Can't disable this without breaking CI unit tests that act upon account login cluster (only available on ep3)
// emberAfEndpointEnableDisable(3, false);
}

int main(int argc, char * argv[])
Expand Down

0 comments on commit cb00b32

Please sign in to comment.