From 976f638360739b3ac018f9c0ff862ecb4ab4b7b1 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 22 Dec 2022 11:04:32 +0100 Subject: [PATCH] turn on flaky --- .circleci/config.yml | 4 +++- apps/remix-ide-e2e/src/tests/remixd.test.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b34e3716dd..89a0c36f43 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.0 jobs: @@ -313,3 +313,5 @@ workflows: filters: branches: only: remix_beta + +# VS Code Extension Version: 1.5.0 \ No newline at end of file diff --git a/apps/remix-ide-e2e/src/tests/remixd.test.ts b/apps/remix-ide-e2e/src/tests/remixd.test.ts index fb881e28e9..e73ab31e46 100644 --- a/apps/remix-ide-e2e/src/tests/remixd.test.ts +++ b/apps/remix-ide-e2e/src/tests/remixd.test.ts @@ -81,7 +81,7 @@ module.exports = { runTests(browser, done) }) }, - 'Import from node_modules #group1': function (browser) { + 'Import from node_modules #group1 #flaky': function (browser) { /* when a relative import is used (i.e import "openzeppelin-solidity/contracts/math/SafeMath.sol") remix (as well as truffle) try to resolve it against the node_modules and installed_contracts folder.