[ddc] Disabling hot reload tests on non-canary mac bots.

Hot reload tests were updated to depend on our canary SDK, which isn't generated for our mac bots.

Fixes some of our bot purpleness.

Change-Id: I92f81cc5122364fafa1c444b14114584fb48ae3c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/384582
Auto-Submit: Mark Zhou <markzipan@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
This commit is contained in:
MarkZ 2024-09-11 00:03:50 +00:00 committed by Commit Queue
parent 1a99ac6474
commit 0aba085523

View file

@ -1965,16 +1965,6 @@
"--use-sdk"
]
},
{
"name": "ddc hot reload tests",
"script": "xcodebuild/ReleaseARM64/dart-sdk/bin/dart",
"testRunner": true,
"arguments": [
"pkg/dev_compiler/test/hot_reload_suite.dart",
"-nddc-mac-chrome",
"--verbose"
]
},
{
"name": "ddc sourcemap tests",
"script": "xcodebuild/ReleaseARM64/dart",