Skip to content

Commit 924ad60

Browse files
committed
skip Verify that user can not see the import Cloud databases on the Welcome screen for docker build
1 parent 25d513c commit 924ad60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/web/regression/database/cloud-sso.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ fixture `Cloud SSO`
2828
await databaseAPIRequests.deleteAllDatabasesApi();
2929
await refreshFeaturesTestData();
3030
});
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 => {
3233
// Update remote config .json to config with buildType filter excluding current app build
3334
await modifyFeaturesConfigJson(pathes.dockerConfig);
3435
await updateControlNumber(48.2);

0 commit comments

Comments
 (0)