Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e13e10

Browse files
committedMay 10, 2024·
Commenting out test_launchUrl_fn and replacing with test_subscr_fn.
1 parent 01569ef commit 2e13e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/tests/run_tv_casting_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
TEST_LAUNCHURL_MAX_WAIT_SEC = 10
3838

3939
# The maximum amount of time to verify the subscription state in the Linux tv-casting-app output before timeout.
40-
VERIFY_SUBSCRIPTION_STATE_MAX_WAIT_SEC = 1200
40+
VERIFY_SUBSCRIPTION_STATE_MAX_WAIT_SEC = 10
4141

4242
# File names of logs for the Linux tv-casting-app and the Linux tv-app.
4343
LINUX_TV_APP_LOGS = 'Linux-tv-app-logs.txt'
@@ -594,7 +594,7 @@ def test_casting_fn(tv_app_rel_path, tv_casting_app_rel_path):
594594

595595
test_commissioning_fn(valid_discovered_commissioner_number, tv_casting_app_info, tv_app_info, log_paths)
596596
test_subscription_fn(tv_casting_app_info, log_paths) # SHAO OG
597-
test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
597+
# test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
598598

599599

600600
if __name__ == '__main__':

0 commit comments

Comments
 (0)
Please sign in to comment.