From 0aba085523a7cfbb079b9009a44214009635bad2 Mon Sep 17 00:00:00 2001 From: MarkZ Date: Wed, 11 Sep 2024 00:03:50 +0000 Subject: [PATCH] [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 Reviewed-by: Nicholas Shahan Reviewed-by: Nate Bosch Commit-Queue: Nate Bosch --- tools/bots/test_matrix.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 9b0b50fd3dc7..05f6263d2139 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -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",