@camunda/e2e-test-suite 0.0.85 → 0.0.86

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.
@@ -50,6 +50,9 @@ _8_9_1.test.describe('Cluster Setup Tests', () => {
50
50
  await clusterSecretsPage.createSetOfSecrets(clusterName, connectorSecrets_1.connectorSecretsValues);
51
51
  });
52
52
  (0, _8_9_1.test)('Create AWS Cluster', async ({ homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }) => {
53
+ if (process.env.IS_AG === 'true') {
54
+ _8_9_1.test.skip(true, 'Skipping test because test not required in this test environment');
55
+ }
53
56
  _8_9_1.test.slow();
54
57
  const clusterName = 'AWS Cluster';
55
58
  await homePage.clickClusters();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",