Skip to content

Commit

Permalink
test: Fix arp CI (non)expectations, remove redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 5, 2018
1 parent c263a3f commit a7ece55
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/t/test_arp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@

class TestArp:

@pytest.mark.complete("arp ")
@pytest.mark.xfail(bool(os.environ.get("CI")),
reason="Probably fails in CI")
def test_1(self, completion):
assert completion.list

@pytest.mark.complete("arp -")
def test_2(self, completion):
assert completion.list

@pytest.mark.xfail(bool(os.environ.get("CI")),
reason="Probably fails in CI")
@pytest.mark.complete("arp -d ")
def test_3(self, completion):
assert completion.list

0 comments on commit a7ece55

Please sign in to comment.