Skip to content

Commit

Permalink
flaky off
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Oct 4, 2024
1 parent ef46e2b commit 558ecdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: true
default: false
orbs:
browser-tools: circleci/[email protected]
win: circleci/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions apps/remix-ide-e2e/src/tests/matomo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done, 'http://127.0.0.1:8080', false)
},
'confirm Matomo #group1 #flaky': function (browser: NightwatchBrowser) {
'confirm Matomo #group1': function (browser: NightwatchBrowser) {
browser.perform((done) => {
browser
.execute(function () {
Expand Down Expand Up @@ -105,7 +105,7 @@ module.exports = {
browser.assert.ok((res as any).value, 'matomo analytics is disabled')
})
},
'blur matomo #group2 #flaky': function (browser: NightwatchBrowser) {
'blur matomo #group2': function (browser: NightwatchBrowser) {
browser.perform((done) => {
browser.execute(function () {
localStorage.removeItem('config-v0.8:.remix.config')
Expand Down Expand Up @@ -189,7 +189,7 @@ module.exports = {
browser.assert.ok((res as any).value, 'matomo analytics is enabled')
})
},
'decline Matomo and check timestamp #group3 #flaky': function (browser: NightwatchBrowser) {
'decline Matomo and check timestamp #group3': function (browser: NightwatchBrowser) {
browser.perform((done) => {
browser.execute(function () {
localStorage.removeItem('config-v0.8:.remix.config')
Expand Down Expand Up @@ -459,7 +459,7 @@ module.exports = {
'@sources': function () {
return sources
},
'Add Ballot #group4 #flaky': function (browser: NightwatchBrowser) {
'Add Ballot #group4': function (browser: NightwatchBrowser) {
browser
.addFile('Untitled.sol', sources[0]['Untitled.sol'])
},
Expand Down

0 comments on commit 558ecdb

Please sign in to comment.