Skip to content

Commit 3771572

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Revert "MF Test Added May 17 (#18521)" (#19354)
This reverts commit 2b5ec74.
1 parent 6ee6147 commit 3771572

File tree

11 files changed

+1149
-2033
lines changed

11 files changed

+1149
-2033
lines changed

.github/workflows/darwin-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
test_suites_chip_tool_darwin:
3131
name: Test Suites - Darwin
32-
timeout-minutes: 135
32+
timeout-minutes: 120
3333

3434
strategy:
3535
matrix:
@@ -96,7 +96,7 @@ jobs:
9696
--copy-artifacts-to objdir-clone \
9797
"
9898
- name: Run Tests
99-
timeout-minutes: 60
99+
timeout-minutes: 45
100100
run: |
101101
./scripts/run_in_build_env.sh \
102102
"./scripts/tests/run_test_suite.py \

.github/workflows/tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
test_suites_linux:
3030
name: Test Suites - Linux
31-
timeout-minutes: 140
31+
timeout-minutes: 120
3232

3333
strategy:
3434
matrix:
@@ -90,7 +90,7 @@ jobs:
9090
--copy-artifacts-to objdir-clone \
9191
"
9292
- name: Run Tests
93-
timeout-minutes: 60
93+
timeout-minutes: 40
9494
run: |
9595
./scripts/run_in_build_env.sh \
9696
"./scripts/tests/run_test_suite.py \
@@ -121,7 +121,7 @@ jobs:
121121
retention-days: 5
122122
test_suites_darwin:
123123
name: Test Suites - Darwin
124-
timeout-minutes: 130
124+
timeout-minutes: 120
125125

126126
strategy:
127127
matrix:
@@ -190,7 +190,7 @@ jobs:
190190
--copy-artifacts-to objdir-clone \
191191
"
192192
- name: Run Tests
193-
timeout-minutes: 60
193+
timeout-minutes: 50
194194
run: |
195195
./scripts/run_in_build_env.sh \
196196
"./scripts/tests/run_test_suite.py \

examples/darwin-framework-tool/templates/tests/tests.js

-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ function getTests() {
5757
// TODO: Test_TC_DIAG_TH_NW_2_3 does not work on Darwin for now.
5858
tests.disable('Test_TC_DIAG_TH_NW_2_3');
5959

60-
// TODO: Test_TC_MF_1_9 does not work on Darwin for now.
61-
tests.disable('Test_TC_MF_1_9');
62-
63-
// TODO: Test_TC_MF_1_10 does not work on Darwin for now.
64-
tests.disable('Test_TC_MF_1_10');
65-
6660
return tests;
6761
}
6862

0 commit comments

Comments
 (0)