Skip to content

Commit

Permalink
Mute pytest-bdd test due to pytest-dev/pytest-bdd#447
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti committed Feb 5, 2022
1 parent 614a9e6 commit a1cb964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions allure-pytest-bdd/test/outline_test.py
@@ -1,6 +1,8 @@
from pytest_bdd import scenario
import pytest


@pytest.mark.skip(reason="https://github.com/pytest-dev/pytest-bdd/issues/447")
@scenario("../features/outline.feature", "Scenario outline")
def test_scenario_outline():
pass

0 comments on commit a1cb964

Please sign in to comment.