Skip to content

Commit

Permalink
Remove APPOBSERVER from init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Jan 15, 2024
1 parent c1b1d77 commit 2dd5f08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ def target_for_name(name: str):
name.startswith("Test_TC_WAKEONLAN_") or name.startswith("Test_TC_CHANNEL_") or
name.startswith("Test_TC_MEDIAPLAYBACK_") or name.startswith("Test_TC_AUDIOOUTPUT_") or
name.startswith("Test_TC_TGTNAV_") or name.startswith("Test_TC_APBSC_") or
name.startswith("Test_TC_CONTENTLAUNCHER_") or name.startswith("Test_TC_ALOGIN_") or
name.startswith("Test_TC_APPOBSERVER_")):
name.startswith("Test_TC_CONTENTLAUNCHER_") or name.startswith("Test_TC_ALOGIN_")):
return TestTarget.TV
if name.startswith("DL_") or name.startswith("Test_TC_DRLK_"):
return TestTarget.LOCK
Expand Down

0 comments on commit 2dd5f08

Please sign in to comment.