Disable loadtime check in statschannel test
It is better to disable the specific check that causes the test to fail rather than mark the entire test as xfail, which can mask other issues which the test is capable of detecting.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
# information regarding copyright ownership.
|
||||
|
||||
from datetime import datetime
|
||||
import os
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
import pytest
|
||||
@@ -113,7 +112,6 @@ def test_zone_timers_primary_xml(statsport):
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="GL #3983", strict="LEGACY_TEST_RUNNER" not in os.environ)
|
||||
def test_zone_timers_secondary_xml(statsport):
|
||||
generic.test_zone_timers_secondary(
|
||||
fetch_zones_xml,
|
||||
|
||||
Reference in New Issue
Block a user