From 4c0f7c7d58bd91b39cef7746abf13a1234a14ff7 Mon Sep 17 00:00:00 2001 From: Steve Churchill Date: Fri, 6 Mar 2026 10:28:05 +0000 Subject: [PATCH] Mark cloud account tests as fixme in CI Skip unstable cloud account e2e tests when running in CI by adding test.fixme(process.env.CI === '1', ...) to the cloud-accounts test suite. This avoids running tests with external dependencies that may be flaky or cause data corruption in CI. Changes applied to e2etests/tests/cloud-accounts-tests.spec.ts in the top-level describe and the events describe. --- e2etests/tests/cloud-accounts-tests.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2etests/tests/cloud-accounts-tests.spec.ts b/e2etests/tests/cloud-accounts-tests.spec.ts index 84f411fef..55304dd12 100644 --- a/e2etests/tests/cloud-accounts-tests.spec.ts +++ b/e2etests/tests/cloud-accounts-tests.spec.ts @@ -19,6 +19,7 @@ import { import { getCurrentUTCTimestamp, getTimestampWithVariance } from '../utils/date-range-utils'; test.describe('Cloud Accounts Tests', { tag: ['@ui', '@cloud-accounts'] }, () => { + test.fixme(process.env.CI === '1', 'Tests are unstable in CI environment due to external dependencies and may cause data corruption. Run locally for now.'); test.describe.configure({ mode: 'serial' }); test.use({ restoreSession: true }); @@ -258,6 +259,7 @@ test.describe( { tag: ['@ui', '@cloud-accounts', '@events'] }, () => { test.describe.configure({ mode: 'serial' }); + test.fixme(process.env.CI === '1', 'Tests are unstable in CI environment due to external dependencies and may cause data corruption. Run locally for now.'); test.use({ restoreSession: true }); test('[232954] Verify that disconnecting and creating a cloud account is recorded in the events log', async ({