Skip to content

Commit 26304a6

Browse files
test(application): tag run created by test_gui_cli_submit_to_run_result_delete
1 parent 75f7ff6 commit 26304a6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tests/aignostics/application/gui_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ async def test_gui_cli_submit_to_run_result_delete(
107107
str(csv_path),
108108
"--note",
109109
"test_gui_cli_submit_to_run_result_delete",
110+
"--tags",
111+
"test_gui_cli_submit_to_run_result_delete",
110112
"--deadline",
111113
(datetime.now(tz=UTC) + timedelta(minutes=5)).isoformat(),
112114
"--validate-only",

tests/aignostics/platform/e2e_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def _find_and_validate(
380380

381381

382382
@pytest.mark.e2e
383-
@pytest.mark.long_running
383+
@pytest.mark.very_long_running
384384
@pytest.mark.scheduled_only
385385
@pytest.mark.timeout(timeout=TEST_APPLICATION_SUBMIT_AND_WAIT_TIMEOUT_SECONDS + 60 * 5)
386386
def test_platform_test_app_submit_and_wait(record_property) -> None:
@@ -409,7 +409,7 @@ def test_platform_test_app_submit_and_wait(record_property) -> None:
409409

410410
@pytest.mark.skip(reason="Switching to submit and find approach")
411411
@pytest.mark.e2e
412-
@pytest.mark.very_long_running
412+
@pytest.mark.long_running
413413
@pytest.mark.scheduled_only
414414
@pytest.mark.timeout(timeout=HETA_APPLICATION_SUBMIT_AND_WAIT_TIMEOUT_SECONDS + 60 * 5)
415415
def test_platform_heta_app_submit_and_wait(record_property) -> None:
@@ -462,7 +462,7 @@ def test_platform_test_app_submit() -> None:
462462

463463

464464
@pytest.mark.e2e
465-
@pytest.mark.very_long_running
465+
@pytest.mark.long_running
466466
@pytest.mark.scheduled_only
467467
@pytest.mark.timeout(timeout=TEST_APPLICATION_FIND_AND_VALIDATE_TIMEOUT_SECONDS)
468468
def test_platform_test_app_find_and_validate() -> None:
@@ -481,7 +481,7 @@ def test_platform_test_app_find_and_validate() -> None:
481481

482482

483483
@pytest.mark.e2e
484-
@pytest.mark.very_long_running
484+
@pytest.mark.long_running
485485
@pytest.mark.scheduled_only
486486
@pytest.mark.timeout(timeout=HETA_APPLICATION_SUBMIT_AND_FIND_SUBMIT_TIMEOUT_SECONDS)
487487
def test_platform_heta_app_submit() -> None:
@@ -505,7 +505,7 @@ def test_platform_heta_app_submit() -> None:
505505

506506

507507
@pytest.mark.e2e
508-
@pytest.mark.very_long_running
508+
@pytest.mark.long_running
509509
@pytest.mark.scheduled_only
510510
@pytest.mark.timeout(timeout=HETA_APPLICATION_FIND_AND_VALIDATE_TIMEOUT_SECONDS)
511511
def test_platform_heta_app_find_and_validate() -> None:

0 commit comments

Comments
 (0)