Skip to content

Commit 233cd9a

Browse files
test: skip TC-1097 since it's currently broken by the backend [WPB-22420] (#21168)
This test is currently broken due to the dev backend taking more than 10s to delete the conversation. (See: wireapp/wire-server#5205) Until this issue has been resolved it will be skipped to unblock CI.
1 parent 7401bf7 commit 233cd9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/webapp/test/e2e_tests/specs/HistoryBackup/historyBackup.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,9 @@ test.describe('History Backup', () => {
330330
},
331331
);
332332

333-
test(
333+
// TODO: unskip this test once https://github.com/wireapp/wire-server/pull/5205 is merged
334+
// This test is currently broken due to the backend taking more than 10s to delete the conversation
335+
test.skip(
334336
'I should not see the deleted group after restore from the backup',
335337
{tag: ['@TC-1097', '@regression']},
336338
async ({createPage}, testInfo) => {

0 commit comments

Comments
 (0)