Skip to content

Commit d8eb626

Browse files
committed
fix(test): enable E2E pytest mark
1 parent 32c592c commit d8eb626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/aignostics/application/cli_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_cli_application_describe_not_found(runner: CliRunner, record_property)
205205
assert "Application with ID 'unknown' not found." in normalize_output(result.output)
206206

207207

208-
# @pytest.mark.e2e
208+
@pytest.mark.e2e
209209
@pytest.mark.timeout(timeout=60)
210210
def test_cli_application_dump_schemata(runner: CliRunner, tmp_path: Path, record_property) -> None:
211211
"""Check application dump schemata works as expected."""

0 commit comments

Comments
 (0)