Skip to content

Commit

Permalink
Filter out deep link tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurajayaraman committed Oct 14, 2024
1 parent 89eb725 commit 0d0f7ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cobalt/black_box_tests/black_box_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,10 @@ def LoadTests(launcher_params, test_set):
if launcher.SupportsSuspendResume():
test_targets += _TESTS_NEEDING_SYSTEM_SIGNAL

if launcher.SupportsDeepLink():
test_targets += _TESTS_NEEDING_DEEP_LINK
# disabled due to deep linking break after posixification of sockets
# and we don't support deep links
# if launcher.SupportsDeepLink():
# test_targets += _TESTS_NEEDING_DEEP_LINK

if test_set in ['all', 'wpt']:
test_targets += _WPT_TESTS
Expand Down

0 comments on commit 0d0f7ce

Please sign in to comment.