Skip to content

Commit

Permalink
Disable "test_strict_interfaces"
Browse files Browse the repository at this point in the history
The "strict" test jobs are currently disabled, except for
"test_strict_interfaces", which is now failing.

We'll disable this test as well until we get to fix the "strict"
channel, which is currently low-prio.
  • Loading branch information
petrutlucian94 committed Jan 13, 2025
1 parent b94ded9 commit e9c0e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/tests/test_strict_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
)
@pytest.mark.tags(tags.WEEKLY)
def test_strict_interfaces(instances: List[harness.Instance], tmp_path):
pytest.xfail("Strict channel tests are currently skipped.")

channels = config.STRICT_INTERFACE_CHANNELS
cp = instances[0]
current_channel = channels[0]
Expand Down

0 comments on commit e9c0e49

Please sign in to comment.