pull/5102/head
bunsenstraat 3 months ago
parent a9a11fda8e
commit 0944825f43
  1. 2
      .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: true
default: false
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0

@ -80,7 +80,7 @@ module.exports = {
'@sources': function () {
return sources
},
'run Remixd tests #group1 #flaky': function (browser: NightwatchBrowser) {
'run Remixd tests #group1': function (browser: NightwatchBrowser) {
browser.perform(async (done) => {
try {
remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))

Loading…
Cancel
Save