sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.59k stars 275 forks source link

Skip flaky tests #4596

Closed olafurpg closed 3 months ago

olafurpg commented 3 months ago

Related CODY-2432 : Re-enable vscode/test/e2e/troubleshooting-authConnection.test.ts - allow retrying on connection issues

Skipping these tests because they have been very flaky recently, see

Test plan

Stable green CI

olafurpg commented 3 months ago

Now seeing another e2e test failure

    at validateDependenciesLinux (/home/runner/work/cody/cody/node_modules/.pnpm/playwright-core@1.44.1/node_modules/playwright-core/lib/server/registry/dependencies.js:216:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Registry._validateHostRequirements (/home/runner/work/cody/cody/node_modules/.pnpm/playwright-core@1.44.1/node_modules/playwright-core/lib/server/registry/index.js:603:43)
    at async Registry._validateHostRequirementsForExecutableIfNeeded (/home/runner/work/cody/cody/node_modules/.pnpm/playwright-core@1.44.1/node_modules/playwright-core/lib/server/registry/index.js:701:7)
    at async Registry.validateHostRequirementsForExecutablesIfNeeded (/home/runner/work/cody/cody/node_modules/.pnpm/playwright-core@1.44.1/node_modules/playwright-core/lib/server/registry/index.js:690:43)
    at async t.<anonymous> (/home/runner/work/cody/cody/node_modules/.pnpm/playwright-core@1.44.1/node_modules/playwright-core/lib/cli/program.js:119:7)
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Retrying