Skip to content

Commit ddc83cd

Browse files
e2e - skip test due the bug
1 parent 1531687 commit ddc83cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/critical-path/cli/cli-critical.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ fixture `CLI critical`
2929
await userAgreementPage.acceptLicenseTerms();
3030
await t.expect(addRedisDatabasePage.addDatabaseButton.exists).ok('The add redis database view', {timeout: 20000});
3131
})
32-
test
32+
//skipped due the bug RI-2156
33+
test.skip
3334
.after(async t => {
3435
//Clear database
3536
await t.typeText(cliPage.cliCommandInput, 'FLUSHDB');

0 commit comments

Comments
 (0)