Skip to content

Commit

Permalink
Disable tests for downed infrastrcuture (#9717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscasca authored Jun 19, 2024
1 parent 5acb741 commit d0a84c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ timestamps {

def platforms = [
[ os: "windows", browser: "chrome" ],
[ os: "windows", browser: "firefox" ],
[ os: "windows", browser: "MicrosoftEdge" ],
[ os: "macos", browser: "safari" ],
[ os: "macos", browser: "chrome" ],
[ os: "macos", browser: "firefox" ]
[ os: "windows", browser: "firefox" ]
// [ os: "windows", browser: "MicrosoftEdge" ],
// [ os: "macos", browser: "safari" ],
// [ os: "macos", browser: "chrome" ],
// [ os: "macos", browser: "firefox" ]
]

def cleanAndInstall = {
Expand Down

0 comments on commit d0a84c0

Please sign in to comment.