Skip to content

Commit ac569d3

Browse files
committed
skip encryption test for electron
1 parent 00ced37 commit ac569d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/electron/critical-path/a-first-start-form/user-agreements-form.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ test('Verify that user should accept User Agreements to continue working with th
1919
await t.expect(userAgreementDialog.submitButton.hasAttribute('disabled')).ok('Submit button not disabled by default');
2020
await t.expect(myRedisDatabasePage.AddRedisDatabase.addDatabaseManually.exists).notOk('User can\'t add a database');
2121
});
22-
test('Verify that the encryption enabled by default and specific message', async t => {
22+
// Skipped due to docker currently doesn't support encryption https://redislabs.atlassian.net/browse/RI-5036
23+
test.skip('Verify that the encryption enabled by default and specific message', async t => {
2324
const expectedPluginText = 'To avoid automatic execution of malicious code, when adding new Workbench plugins, use files from trusted authors only.';
2425
// Verify that section with plugin warning is displayed
2526
await t.expect(userAgreementDialog.pluginSectionWithText.exists).ok('Plugin text is not displayed');

0 commit comments

Comments
 (0)