Skip to content

Commit 75bb850

Browse files
committed
skipped previously skipped tests
1 parent 3638904 commit 75bb850

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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
@@ -7,7 +7,8 @@ import { UserAgreementDialog } from '../../../../pageObjects/dialogs';
77
const userAgreementDialog = new UserAgreementDialog();
88
const myRedisDatabasePage = new MyRedisDatabasePage();
99

10-
fixture `Agreements Verification`
10+
// Skipped due to unworking mocs to refresh eula https://redislabs.atlassian.net/browse/RI-5868
11+
fixture.skip `Agreements Verification`
1112
.meta({ type: 'critical_path', rte: rte.none })
1213
.page(commonUrl)
1314
.requestHooks(Common.mockSettingsResponse())

tests/e2e/tests/web/regression/monitor/monitor.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ test
115115
await t.expect(previousTimestamp).notEql(nextTimestamp, 'Monitor results not correct');
116116
}
117117
});
118-
test
118+
// Skipped due to redis issue https://redislabs.atlassian.net/browse/RI-4111
119+
test.skip
119120
.before(async t => {
120121
await databaseHelper.acceptLicenseTermsAndAddDatabaseApi(ossStandaloneConfig);
121122
await browserPage.Cli.sendCommandInCli('acl setuser noperm nopass on +@all ~* -monitor -client');

0 commit comments

Comments
 (0)