Skip to content

Commit

Permalink
Reenable black box tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurajayaraman committed Oct 25, 2024
1 parent 88a335e commit 046c127
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cobalt/black_box_tests/black_box_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ def LoadTests(launcher_params, test_set):
'cobalt').GetTestFilters()

if test_set in ['all', 'blackbox']:
# test_targets = _TESTS_NO_SIGNAL
test_targets = _TESTS_NO_SIGNAL

# if launcher.SupportsSuspendResume():
# test_targets += _TESTS_NEEDING_SYSTEM_SIGNAL
if launcher.SupportsSuspendResume():
test_targets += _TESTS_NEEDING_SYSTEM_SIGNAL

if launcher.SupportsDeepLink():
test_targets += _TESTS_NEEDING_DEEP_LINK

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

test_suite = unittest.TestSuite()
for test in test_targets:
Expand Down

0 comments on commit 046c127

Please sign in to comment.