Skip to content

Commit

Permalink
Remove test in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Mar 15, 2022
1 parent 949eda1 commit 36b2a78
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,6 @@ jobs:
run: |
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/chip-0.0-cp37-abi3-linux_x86_64.whl'
scripts/run_in_build_env.sh '(cd src/controller/python/test/unit_tests/ && python3 -m unittest -v)'
- name: Build all clusters app for test
timeout-minutes: 50
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/all_clusters_debug chip_enable_wifi=false
- name: Run Python REPL API Tests
timeout-minutes: 5
run: |
scripts/run_in_build_env.sh './scripts/tests/run_python_test.py --app chip-all-clusters-app --factoryreset -- -t 90 --disable-test ClusterObjectTests.TestTimedRequestTimeout'
build_darwin:
name: Build on Darwin (clang, python_lib, simulated)
Expand Down

0 comments on commit 36b2a78

Please sign in to comment.