We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411a77f commit 2d83418Copy full SHA for 2d83418
.github/workflows/tests.yaml
@@ -462,18 +462,6 @@ jobs:
462
--target linux-x64-java-matter-controller \
463
build \
464
"
465
- - name: Run Discover Tests
466
- timeout-minutes: 10
467
- run: |
468
- scripts/run_in_build_env.sh \
469
- './scripts/tests/run_java_test.py \
470
- --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
471
- --app-args "--discriminator 3840 --interface-id -1" \
472
- --tool-path out/linux-x64-java-matter-controller \
473
- --tool-cluster "discover" \
474
- --tool-args "commissionables" \
475
- --factoryreset \
476
- '
477
- name: Run Pairing Tests
478
timeout-minutes: 10
479
run: |
0 commit comments