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 1fad250 commit 042e421Copy full SHA for 042e421
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
parameters:
3
run_flaky_tests:
4
type: boolean
5
- default: true
+ default: false
6
run_metamask_tests:
7
8
default: false
apps/remix-ide-e2e/src/tests/ai_panel.test.ts
@@ -22,7 +22,7 @@ module.exports = {
22
.addFile('Untitled.sol', sources[0]['Untitled.sol'])
23
},
24
25
- 'Should explain the contract #group1 #flaky': function (browser: NightwatchBrowser) {
+ 'Should explain the contract #group1': function (browser: NightwatchBrowser) {
26
browser
27
.waitForElementVisible('*[data-id="explain-editor"]')
28
.click('*[data-id="explain-editor"]')
0 commit comments