From 59d23debaa61ecabb5fde486f0b7d287926f7375 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:10:30 -0400 Subject: [PATCH] Revert added test in TC_CC_5_2. spec pr change MoveColor with RateX and Y = 0 is valid --- .../suites/certification/Test_TC_CC_5_2.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_CC_5_2.yaml b/src/app/tests/suites/certification/Test_TC_CC_5_2.yaml index 2683b948394293..17da61ef9ccb57 100644 --- a/src/app/tests/suites/certification/Test_TC_CC_5_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_CC_5_2.yaml @@ -217,24 +217,6 @@ tests: minValue: 0 maxValue: 3 - - label: - "Step 5a: TH sends MoveColor command to DUT with invalid parameters - RateX=0 and RateY=0" - command: "MoveColor" - PICS: CC.S.F03 && CC.S.C08.Rsp - arguments: - values: - - name: "RateX" - value: 0 - - name: "RateY" - value: 0 - - name: "OptionsMask" - value: 0 - - name: "OptionsOverride" - value: 0 - response: - error: INVALID_COMMAND - - label: "Turn off light that we turned on" PICS: OO.S.C00.Rsp cluster: "On/Off"