From 2d35da4d6a038f7b719af752afa9b2cc73fb0062 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 20 Aug 2024 11:18:52 +0200 Subject: [PATCH] remixd flaky test --- .circleci/config.yml | 2 +- apps/remix-ide-e2e/src/tests/remixd.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5a065c41d..a95ed97b6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: run_flaky_tests: type: boolean - default: false + default: true orbs: browser-tools: circleci/browser-tools@1.4.4 win: circleci/windows@5.0 diff --git a/apps/remix-ide-e2e/src/tests/remixd.test.ts b/apps/remix-ide-e2e/src/tests/remixd.test.ts index 6fb821820a..529a77b71b 100644 --- a/apps/remix-ide-e2e/src/tests/remixd.test.ts +++ b/apps/remix-ide-e2e/src/tests/remixd.test.ts @@ -66,7 +66,7 @@ module.exports = { '@sources': function () { return sources }, - 'run Remixd tests #group1': function (browser) { + 'run Remixd tests #group1 #flaky': function (browser) { browser.perform(async (done) => { try { remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))