mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
Removed ow_sanity_lf marker from schema validation (#940)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
df016b29c1
commit
1dfdab346e
@@ -9,7 +9,7 @@ import time
|
||||
from tabulate import tabulate
|
||||
from datetime import datetime
|
||||
|
||||
pytestmark = [pytest.mark.schema_validation, pytest.mark.ow_sanity_lf]
|
||||
pytestmark = [pytest.mark.schema_validation]
|
||||
|
||||
|
||||
# Get the directory of the current test config file
|
||||
|
||||
Reference in New Issue
Block a user