Skip to content

Commit 042e421

Browse files
committed
disable flaky
1 parent 1fad250 commit 042e421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
parameters:
33
run_flaky_tests:
44
type: boolean
5-
default: true
5+
default: false
66
run_metamask_tests:
77
type: boolean
88
default: false

apps/remix-ide-e2e/src/tests/ai_panel.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
.addFile('Untitled.sol', sources[0]['Untitled.sol'])
2323
},
2424

25-
'Should explain the contract #group1 #flaky': function (browser: NightwatchBrowser) {
25+
'Should explain the contract #group1': function (browser: NightwatchBrowser) {
2626
browser
2727
.waitForElementVisible('*[data-id="explain-editor"]')
2828
.click('*[data-id="explain-editor"]')

0 commit comments

Comments
 (0)