Skip to content

Commit 02c8859

Browse files
committedMar 2, 2024
feat: do not skip migration when doing integration test
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/plugins/workspace/server/saved_objects/integration_tests/saved_objects_wrapper_for_check_workspace_conflict.test.ts

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ describe('saved_objects_wrapper_for_check_workspace_conflict integration test',
3535
workspace: {
3636
enabled: true,
3737
},
38+
migrations: {
39+
skip: false,
40+
},
3841
},
3942
},
4043
});

0 commit comments

Comments
 (0)
Please sign in to comment.