Skip to content

Commit

Permalink
Temporarily disable some macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed Oct 19, 2023
1 parent 0d23f76 commit a7b264c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions broken-site-reporting/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
{"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}
],
"exceptPlatforms": [
"ios-browser"
"ios-browser",
"macos-browser"
]
},
{
Expand All @@ -73,7 +74,8 @@
{"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}
],
"exceptPlatforms": [
"ios-browser"
"ios-browser",
"macos-browser"
]
},
{
Expand All @@ -99,7 +101,8 @@
{"name": "surrogates", "value": "surrogate.domain.test,domain2.test"}
],
"exceptPlatforms": [
"ios-browser"
"ios-browser",
"macos-browser"
]
},
{
Expand Down Expand Up @@ -144,6 +147,7 @@
],
"exceptPlatforms": [
"ios-browser",
"macos-browser",
"safari-extension"
]
},
Expand Down

0 comments on commit a7b264c

Please sign in to comment.