Skip to content

Commit c1eae70

Browse files
committed
fix
1 parent 22bf70a commit c1eae70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/e2e/tests/critical-path/browser/bulk-delete.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test('Verify that user can access the bulk actions screen in the Browser', async
5656
});
5757
test('Verify that user can see summary of scanned level', async t => {
5858
const expectedAmount = new RegExp('Expected amount: ~(9|10) \\d{3} keys');
59-
const scannedKeys = new RegExp('Scanned (5|10)% \\((500|1000)/10 \\d{3}\\) and found \\d{3,5} keys');
59+
const scannedKeys = new RegExp('Scanned (5|10)% \\((500|1 000)/10 \\d{3}\\) and found \\d{3,5} keys');
6060
const messageTitle = 'No pattern or key type set';
6161
const messageText = 'To perform a bulk action, set the pattern or select the key type';
6262

tests/e2e/tests/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 acceptLicenseTermsAndAddDatabaseApi(ossStandaloneConfig, ossStandaloneConfig.databaseName);
121122
await cliPage.sendCommandInCli('acl setuser noperm nopass on +@all ~* -monitor');

0 commit comments

Comments
 (0)