Skip to content

Commit 4f37955

Browse files
committed
skip oss cluster ssh test
1 parent e8aa5f3 commit 4f37955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/electron/critical-path/database/add-ssh-db.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ test('Adding database with SSH', async t => {
122122
await myRedisDatabasePage.clickOnDBByName(sshDbPasscode.databaseName);
123123
await Common.checkURLContainsText('browser');
124124
});
125-
test('Verify that OSS Cluster database with SSH can be added and work correctly', async t => {
125+
// Unskip after fixing RI-6386
126+
test.skip('Verify that OSS Cluster database with SSH can be added and work correctly', async t => {
126127
const sshWithPass = {
127128
...sshParams,
128129
sshPassword: 'pass'

0 commit comments

Comments
 (0)