Skip to content

Commit 73a75e9

Browse files
committed
removed flaky fabric app
1 parent f4b3d45 commit 73a75e9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/python_testing/TC_DeviceBasicComposition.py

+1-13
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@
142142
# factory-reset: true
143143
# quiet: true
144144
# run14:
145-
# app: ${FABRIC_BRIDGE_APP}
146-
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
147-
# script-args: >
148-
# --storage-path admin_storage.json
149-
# --manual-code 10054912339
150-
# --PICS src/app/tests/suites/certification/ci-pics-values
151-
# --trace-to json:${TRACE_TEST_JSON}.json
152-
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
153-
# factory-reset: true
154-
# quiet: true
155-
# run15:
156145
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
157146
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
158147
# script-args: >
@@ -178,8 +167,7 @@
178167
# Run 11: Tests against microwave-oven app
179168
# Run 12: Tests against chip-rvc app
180169
# Run 13: Tests against network-management-app
181-
# Run 14: Tests against fabric-bridge app
182-
# Run 15: Tests against lighting-app-data-mode-no-unique-id
170+
# Run 14: Tests against lighting-app-data-mode-no-unique-id
183171

184172
import logging
185173
from dataclasses import dataclass

0 commit comments

Comments
 (0)