turn on flaky

pull/3262/head^2
filip mertens 2 years ago committed by Aniket
parent e79e7592be
commit 976f638360
  1. 4
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -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

@ -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.

Loading…
Cancel
Save