Skip to content

Commit

Permalink
this needs xfail on tornado as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mattp- committed Mar 12, 2019
1 parent 063ac82 commit 89fd103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/test_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def test_local_bad_opts(pepper_cli):
pepper_cli('--client=ssh', '*')


@pytest.mark.xfail(
pytest.config.getoption("--salt-api-backend") == "rest_tornado",
reason="timeout kwarg isnt popped until next version of salt/tornado"
)
def test_runner_client(pepper_cli):
ret = pepper_cli(
'--timeout=123', '--client=runner', 'test.arg',
Expand Down

0 comments on commit 89fd103

Please sign in to comment.