diff --git a/src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java b/src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java index 75c4917437..e68e0d6bf6 100644 --- a/src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java +++ b/src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java @@ -193,6 +193,8 @@ void beforeEach(ExtensionContext context) { "Old requests from the previous session are cancelled"); ignoreExceptionUltimateCauseWithMessageSubstring(context, "client connection interrupted by user request"); + ignoreExceptionUltimateCauseWithMessageSubstring(context, + "client's offline queue retention policy"); } @BeforeAll