Skip to content

Commit

Permalink
feat: do not skip migration when doing integration test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Mar 2, 2024
1 parent 833517b commit 02c8859
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ describe('saved_objects_wrapper_for_check_workspace_conflict integration test',
workspace: {
enabled: true,
},
migrations: {
skip: false,
},
},
},
});
Expand Down

0 comments on commit 02c8859

Please sign in to comment.