Skip to content

Commit

Permalink
ignore interface test
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Oct 7, 2024
1 parent b896509 commit 030cc4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/interface/test_smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# See LICENSE file for licensing details.

"""SMTP interface tests."""
import pytest
from interface_tester import InterfaceTester


# https://github.com/canonical/pytest-interface-tester/issues/27
@pytest.mark.skip
def test_smtp_v0_interface(interface_tester: InterfaceTester):
"""Test smtp interface.
Expand Down

0 comments on commit 030cc4c

Please sign in to comment.