pull/3493/head
bunsenstraat 2 years ago committed by bunsenstraat
parent 3a1c77e1a1
commit 55aa2ea052
  1. 2
      apps/remix-ide-e2e/src/tests/remixd.test.ts

@ -97,7 +97,7 @@ module.exports = {
.setSolidityCompilerVersion('soljson-v0.5.0+commit.1d4f565a.js')
.testContracts('test_import_node_modules.sol', sources[3]['test_import_node_modules.sol'], ['SafeMath'])
},
'Import from node_modules and reference a github import #group2': function (browser) {
'Import from node_modules and reference a github import #group2 #flaky': function (browser) {
browser.perform(async (done) => {
remixd = await spawnRemixd(join(process.cwd(), '/apps/remix-ide', '/contracts'))
console.log('working directory', process.cwd())

Loading…
Cancel
Save