From dde8f2dc3cb7eefd2fe55c3b194b9d1fe640ba1e Mon Sep 17 00:00:00 2001 From: Oliver Meyer Date: Tue, 12 May 2026 09:30:26 +0200 Subject: [PATCH] fix(test): enable E2E pytest mark --- tests/aignostics/application/cli_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aignostics/application/cli_test.py b/tests/aignostics/application/cli_test.py index 02d27bdd..c5d4a2e9 100644 --- a/tests/aignostics/application/cli_test.py +++ b/tests/aignostics/application/cli_test.py @@ -205,7 +205,7 @@ def test_cli_application_describe_not_found(runner: CliRunner, record_property) assert "Application with ID 'unknown' not found." in normalize_output(result.output) -# @pytest.mark.e2e +@pytest.mark.e2e @pytest.mark.timeout(timeout=60) def test_cli_application_dump_schemata(runner: CliRunner, tmp_path: Path, record_property) -> None: """Check application dump schemata works as expected."""