diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 8f074fa844d..1c499816b15 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1592,18 +1592,6 @@ "runtime_precompiled" ] }, - { - "name": "build dart debug arm", - "script": "tools/build.py", - "arguments": [ - "--mode=debug", - "--arch=arm", - "--no-clang", - "--no-goma", - "runtime", - "runtime_precompiled" - ] - }, { "name": "build dart debug riscv64", "script": "tools/build.py", @@ -1639,18 +1627,6 @@ "runtime_precompiled" ] }, - { - "name": "build dart release arm", - "script": "tools/build.py", - "arguments": [ - "--mode=release", - "--arch=arm", - "--no-clang", - "--no-goma", - "runtime", - "runtime_precompiled" - ] - }, { "name": "build dart release riscv64", "script": "tools/build.py",