mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
remove client_connect from test resources to enable firmware upgrade skip from interop sanity
This commit is contained in:
@@ -9,8 +9,7 @@ import requests
|
||||
import json
|
||||
|
||||
pytestmark = [pytest.mark.test_resources, pytest.mark.sanity, pytest.mark.uc_sanity,
|
||||
pytest.mark.sanity_55, pytest.mark.interop_uc_sanity, pytest.mark.android, pytest.mark.ios,
|
||||
pytest.mark.client_connect]
|
||||
pytest.mark.sanity_55, pytest.mark.interop_uc_sanity, pytest.mark.android, pytest.mark.ios]
|
||||
|
||||
state = True
|
||||
sdk_expected = True
|
||||
|
||||
Reference in New Issue
Block a user