Skip to content

Commit

Permalink
Revert "MF Test Added May 17 (project-chip#18521)" (project-chip#19354)
Browse files Browse the repository at this point in the history
This reverts commit 2b5ec74.
  • Loading branch information
bzbarsky-apple authored Jun 9, 2022
1 parent 2b5ec74 commit 3fafece
Show file tree
Hide file tree
Showing 11 changed files with 1,149 additions and 2,033 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
test_suites_chip_tool_darwin:
name: Test Suites - Darwin
timeout-minutes: 135
timeout-minutes: 120

strategy:
matrix:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 60
timeout-minutes: 45
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
test_suites_linux:
name: Test Suites - Linux
timeout-minutes: 140
timeout-minutes: 120

strategy:
matrix:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 60
timeout-minutes: 40
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
retention-days: 5
test_suites_darwin:
name: Test Suites - Darwin
timeout-minutes: 130
timeout-minutes: 120

strategy:
matrix:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
--copy-artifacts-to objdir-clone \
"
- name: Run Tests
timeout-minutes: 60
timeout-minutes: 50
run: |
./scripts/run_in_build_env.sh \
"./scripts/tests/run_test_suite.py \
Expand Down
6 changes: 0 additions & 6 deletions examples/darwin-framework-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ function getTests() {
// TODO: Test_TC_DIAG_TH_NW_2_3 does not work on Darwin for now.
tests.disable('Test_TC_DIAG_TH_NW_2_3');

// TODO: Test_TC_MF_1_9 does not work on Darwin for now.
tests.disable('Test_TC_MF_1_9');

// TODO: Test_TC_MF_1_10 does not work on Darwin for now.
tests.disable('Test_TC_MF_1_10');

return tests;
}

Expand Down
Loading

0 comments on commit 3fafece

Please sign in to comment.