Removed ow_sanity_lf marker from schema validation (#940)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
Jitendrakumar Kushavah
2024-06-07 12:06:03 +05:30
committed by GitHub
parent df016b29c1
commit 1dfdab346e

View File

@@ -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