diff --git a/apps/webapp/test/e2e_tests/specs/Authentication/authentication.spec.ts b/apps/webapp/test/e2e_tests/specs/Authentication/authentication.spec.ts index cba59c08b5b..277a55f1bd2 100644 --- a/apps/webapp/test/e2e_tests/specs/Authentication/authentication.spec.ts +++ b/apps/webapp/test/e2e_tests/specs/Authentication/authentication.spec.ts @@ -178,7 +178,7 @@ test.describe('Authentication', () => { ); }); - // Bug: Connecting using TLSv1.2 should not be allowed but succeeds + // Bug: Connecting using TLSv1.2 should not be allowed but succeeds (See: WPB-22162) test.skip( 'I want to make sure i connect to webapp only through TLS >= 1.3 connection', {tag: ['@TC-3480', '@regression']}, diff --git a/apps/webapp/test/e2e_tests/specs/Search/search.spec.ts b/apps/webapp/test/e2e_tests/specs/Search/search.spec.ts index 30ccb15ab82..453c75352f7 100644 --- a/apps/webapp/test/e2e_tests/specs/Search/search.spec.ts +++ b/apps/webapp/test/e2e_tests/specs/Search/search.spec.ts @@ -38,7 +38,7 @@ test.describe('Search', () => { }, ); - // TODO: blocked by [WPB-222687] - search result remains empty + // TODO: blocked by [WPB-22687] - search result remains empty test.skip( 'Verify search by username with at (@) symbol', {tag: ['@TC-1658', '@regression']},