Skip to content

Commit 1a8713b

Browse files
committed
test: ignore additional mqtt 5 error
1 parent 9fd018a commit 1a8713b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ void beforeEach(ExtensionContext context) {
193193
"Old requests from the previous session are cancelled");
194194
ignoreExceptionUltimateCauseWithMessageSubstring(context,
195195
"client connection interrupted by user request");
196+
ignoreExceptionUltimateCauseWithMessageSubstring(context,
197+
"client's offline queue retention policy");
196198
}
197199

198200
@BeforeAll

0 commit comments

Comments
 (0)