We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6618d52 commit 411fb5fCopy full SHA for 411fb5f
apps/remix-ide-e2e/src/tests/publishContract.test.ts
@@ -3,6 +3,7 @@ import { NightwatchBrowser } from 'nightwatch'
3
import init from '../helpers/init'
4
5
module.exports = {
6
+ '@disabled': true,
7
before: function (browser: NightwatchBrowser, done: VoidFunction) {
8
init(browser, done)
9
},
0 commit comments