Skip to content

Commit

Permalink
test: ignore additional mqtt 5 error
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo committed Feb 9, 2023
1 parent 9fd018a commit 1a8713b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8713b

Please sign in to comment.