We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca1d9 commit b2f0c6eCopy full SHA for b2f0c6e
cypress/utils/dashboards/workspace-plugin/test-cases/mds_workspace_copy.cases.js
@@ -94,7 +94,10 @@ export const WorkspaceCopyTestCases = () => {
94
});
95
};
96
97
- if (Cypress.env('WORKSPACE_ENABLED')) {
+ if (
98
+ Cypress.env('WORKSPACE_ENABLED') &&
99
+ Cypress.env('DATASOURCE_MANAGEMENT_ENABLED')
100
+ ) {
101
before(() => {
102
cy.deleteAllWorkspaces();
103
cy.createDataSourceNoAuth({ title: dataSourceTitle1 }).then((result) => {
0 commit comments