Skip to content

Commit 3224e77

Browse files
test(application): re-classified test_cli_run_describe_invalid_uuid as e2e
1 parent cd03f3f commit 3224e77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/aignostics/application/cli_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,9 @@ def test_cli_run_list_verbose_limit_1(runner: CliRunner) -> None:
556556
assert displayed_count == 1, f"Expected listed count to be == 1, but got {displayed_count}"
557557

558558

559-
@pytest.mark.integration
559+
# TODO(Andreas): This previously failed as invalid run id. Is it expected this now calls the API?
560+
@pytest.mark.e2e
561+
@pytest.mark.timeout(timeout=60)
560562
def test_cli_run_describe_invalid_uuid(runner: CliRunner) -> None:
561563
"""Check run describe command fails as expected on run not found."""
562564
result = runner.invoke(cli, ["application", "run", "describe", "4711"])

0 commit comments

Comments
 (0)