Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down
2 changes: 1 addition & 1 deletion apps/webapp/test/e2e_tests/specs/Search/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']},
Expand Down