Skip to content

Commit 6170f0a

Browse files
committed
Remove from CI until door lock OTA is sorted.
1 parent d8cb909 commit 6170f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/TC_DeviceConformance.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
# test-runner-run/run1/factoryreset: True
2525
# test-runner-run/run1/quiet: True
2626
# test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
27-
# test-runner-run/run1/script-args: --storage-path admin_storage.json --manual-code 10054912339 --bool-arg ignore_in_progress:True allow_provisional:True --PICS src/app/tests/suites/certification/ci-pics-values --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto --tests test_TC_IDM_10_2 test_TC_IDM_10_5
27+
# test-runner-run/run1/script-args: --storage-path admin_storage.json --manual-code 10054912339 --bool-arg ignore_in_progress:True allow_provisional:True --PICS src/app/tests/suites/certification/ci-pics-values --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto --tests test_TC_IDM_10_2
2828
# === END CI TEST ARGUMENTS ===
2929

30+
# TODO: Enable 10.5 in CI once the door lock OTA requestor problem is sorted.
3031
from typing import Callable
3132

3233
import chip.clusters as Clusters

0 commit comments

Comments
 (0)