Skip to content

Commit

Permalink
add MDS validate
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Jan 9, 2025
1 parent ddca1d9 commit b2f0c6e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ export const WorkspaceCopyTestCases = () => {
});
};

if (Cypress.env('WORKSPACE_ENABLED')) {
if (
Cypress.env('WORKSPACE_ENABLED') &&
Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')
) {
before(() => {
cy.deleteAllWorkspaces();
cy.createDataSourceNoAuth({ title: dataSourceTitle1 }).then((result) => {
Expand Down

0 comments on commit b2f0c6e

Please sign in to comment.