File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
electron/critical-path/a-first-start-form Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ import { UserAgreementDialog } from '../../../../pageObjects/dialogs';
7
7
const userAgreementDialog = new UserAgreementDialog ( ) ;
8
8
const myRedisDatabasePage = new MyRedisDatabasePage ( ) ;
9
9
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`
11
12
. meta ( { type : 'critical_path' , rte : rte . none } )
12
13
. page ( commonUrl )
13
14
. requestHooks ( Common . mockSettingsResponse ( ) )
Original file line number Diff line number Diff line change 115
115
await t . expect ( previousTimestamp ) . notEql ( nextTimestamp , 'Monitor results not correct' ) ;
116
116
}
117
117
} ) ;
118
- test
118
+ // Skipped due to redis issue https://redislabs.atlassian.net/browse/RI-4111
119
+ test . skip
119
120
. before ( async t => {
120
121
await databaseHelper . acceptLicenseTermsAndAddDatabaseApi ( ossStandaloneConfig ) ;
121
122
await browserPage . Cli . sendCommandInCli ( 'acl setuser noperm nopass on +@all ~* -monitor -client' ) ;
You can’t perform that action at this time.
0 commit comments