disable ipfs e2e tests

pull/2753/head
yann300 2 years ago
parent 2616bb2939
commit a5018b3766
  1. 1
      apps/remix-ide-e2e/src/tests/publishContract.test.ts

@ -3,6 +3,7 @@ import { NightwatchBrowser } from 'nightwatch'
import init from '../helpers/init'
module.exports = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done)
},

Loading…
Cancel
Save