Skip to content

Commit 4950c9c

Browse files
committed
skip sso test electron
1 parent 650bd95 commit 4950c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/electron/regression/database/cloud-sso.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const pathes = {
2020
electronConfig: path.join('.', 'test-data', 'features-configs', 'sso-electron-build.json')
2121
};
2222
const logsWithUrlFilePath = path.join('test-data', 'chrome_logs.txt');
23-
24-
fixture `Cloud SSO`
23+
// TODO unskip after fixing testcafe issue with new electron RI-6365
24+
fixture.skip `Cloud SSO`
2525
.meta({ type: 'regression', rte: rte.standalone })
2626
.page(commonUrl)
2727
.beforeEach(async() => {

0 commit comments

Comments
 (0)