Skip to content

Commit def3078

Browse files
[integ-tests] Add exclude pattern for ICE
1 parent 08bd658 commit def3078

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/integration-tests/tests/common/assertions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def assert_no_errors_in_logs(remote_command_executor, scheduler, skip_ice=False,
4848
"InsufficientInstanceCapacity",
4949
"Insufficient capacity",
5050
"Failed to launch instances due to limited EC2 capacity",
51+
"Our system will be working on provisioning additional capacity",
5152
]
5253

5354
patterns_to_ignore = []

tests/integration-tests/tests/efa/test_efa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_efa(
9191
num_failures, description=f"{num_failures}/{num_tests} libfabric tests are failing"
9292
).is_equal_to(0)
9393
assert_that(num_errors, description=f"{num_errors}/{num_tests} libfabric tests got errors").is_equal_to(0)
94-
assert_no_errors_in_logs(remote_command_executor, scheduler)
94+
assert_no_errors_in_logs(remote_command_executor, scheduler, skip_ice=True)
9595

9696

9797
def _execute_fabtests(remote_command_executor, test_datadir, instance):

0 commit comments

Comments
 (0)