File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/e2e/tests/web/regression/database Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ fixture `Cloud SSO`
28
28
await databaseAPIRequests . deleteAllDatabasesApi ( ) ;
29
29
await refreshFeaturesTestData ( ) ;
30
30
} ) ;
31
- test ( 'Verify that user can not see the import Cloud databases on the Welcome screen for docker build' , async t => {
31
+ // Deprecated after https://redislabs.atlassian.net/browse/RI-5649, can be updated to test force changing config
32
+ test . skip ( 'Verify that user can not see the import Cloud databases on the Welcome screen for docker build' , async t => {
32
33
// Update remote config .json to config with buildType filter excluding current app build
33
34
await modifyFeaturesConfigJson ( pathes . dockerConfig ) ;
34
35
await updateControlNumber ( 48.2 ) ;
You can’t perform that action at this time.
0 commit comments