We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd018a commit 1a8713bCopy full SHA for 1a8713b
src/integrationtests/java/com/aws/greengrass/integrationtests/e2e/BaseE2ETestCase.java
@@ -193,6 +193,8 @@ void beforeEach(ExtensionContext context) {
193
"Old requests from the previous session are cancelled");
194
ignoreExceptionUltimateCauseWithMessageSubstring(context,
195
"client connection interrupted by user request");
196
+ ignoreExceptionUltimateCauseWithMessageSubstring(context,
197
+ "client's offline queue retention policy");
198
}
199
200
@BeforeAll
0 commit comments