@camunda/e2e-test-suite 0.0.249 → 0.0.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -53,6 +53,9 @@ _8_9_1.test.describe('Cluster Setup Tests', () => {
|
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
(0, _8_9_1.test)('Create Agentic Orchestration Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }, testInfo) => {
|
|
56
|
+
if (process.env.IS_PROD === 'true') {
|
|
57
|
+
_8_9_1.test.skip(true, 'Skipping test because not required on PROD test org');
|
|
58
|
+
}
|
|
56
59
|
_8_9_1.test.slow();
|
|
57
60
|
const clusterName = 'Agentic Orchestration Cluster';
|
|
58
61
|
const apiClientName = 'Test_API_Client' + (await (0, _setup_1.generateRandomStringAsync)(3));
|