|
11 | 11 | logger = logging.getLogger(__name__) |
12 | 12 |
|
13 | 13 |
|
14 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
15 | 14 | @pytest.mark.gp |
16 | 15 | def test_macae_v4_gp_workflow(login_logout, request): |
17 | 16 | """ |
@@ -449,7 +448,6 @@ def test_macae_v4_gp_workflow(login_logout, request): |
449 | 448 | raise |
450 | 449 |
|
451 | 450 |
|
452 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
453 | 451 | def test_validate_source_text_not_visible(login_logout, request): |
454 | 452 | """ |
455 | 453 | Validate that source text is not visible after retail customer response. |
@@ -577,7 +575,6 @@ def test_validate_source_text_not_visible(login_logout, request): |
577 | 575 | raise |
578 | 576 |
|
579 | 577 |
|
580 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
581 | 578 | def test_rai_validation_unable_to_create_plan(login_logout, request): |
582 | 579 | """ |
583 | 580 | Validate RAI (Responsible AI) validation for 'Unable to create plan' message across all 5 teams. |
@@ -770,7 +767,6 @@ def test_rai_validation_unable_to_create_plan(login_logout, request): |
770 | 767 | raise |
771 | 768 |
|
772 | 769 |
|
773 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
774 | 770 | def test_rai_validation_in_clarification(login_logout, request): |
775 | 771 | """ |
776 | 772 | Validate RAI (Responsible AI) validation for 'Unable to create plan' message in clarification input. |
@@ -896,7 +892,6 @@ def test_rai_validation_in_clarification(login_logout, request): |
896 | 892 | raise |
897 | 893 |
|
898 | 894 |
|
899 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
900 | 895 | def test_cancel_button_all_teams(login_logout, request): |
901 | 896 | """ |
902 | 897 | Validate cancel button functionality across all 5 teams. |
@@ -1093,7 +1088,6 @@ def test_cancel_button_all_teams(login_logout, request): |
1093 | 1088 | raise |
1094 | 1089 |
|
1095 | 1090 |
|
1096 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
1097 | 1091 | @pytest.mark.cancel |
1098 | 1092 | def test_cancel_functionality_all_teams(login_logout, request): |
1099 | 1093 | """ |
@@ -1264,7 +1258,6 @@ def test_cancel_functionality_all_teams(login_logout, request): |
1264 | 1258 | raise |
1265 | 1259 |
|
1266 | 1260 |
|
1267 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
1268 | 1261 | @pytest.mark.rai |
1269 | 1262 | def test_rai_prompt_in_clarification(login_logout, request): |
1270 | 1263 | """ |
@@ -1366,7 +1359,6 @@ def test_rai_prompt_in_clarification(login_logout, request): |
1366 | 1359 | raise |
1367 | 1360 |
|
1368 | 1361 |
|
1369 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
1370 | 1362 | @pytest.mark.rai |
1371 | 1363 | def test_rai_prompts_all_teams(login_logout, request): |
1372 | 1364 | """ |
@@ -1492,7 +1484,6 @@ def test_rai_prompts_all_teams(login_logout, request): |
1492 | 1484 | raise |
1493 | 1485 |
|
1494 | 1486 |
|
1495 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
1496 | 1487 | @pytest.mark.input_validation |
1497 | 1488 | def test_chat_input_validation(login_logout, request): |
1498 | 1489 | """ |
@@ -1609,7 +1600,6 @@ def test_chat_input_validation(login_logout, request): |
1609 | 1600 | raise |
1610 | 1601 |
|
1611 | 1602 |
|
1612 | | -@pytest.mark.skip(reason="Skipping - running only test_cross_team_agent_validation") |
1613 | 1603 | @pytest.mark.duplicate_teams |
1614 | 1604 | def test_duplicate_team_entries(login_logout, request): |
1615 | 1605 | """ |
|
0 commit comments