Enabled SEAR tests in CI. (#35326)

diff --git a/src/python_testing/TC_SEAR_1_3.py b/src/python_testing/TC_SEAR_1_3.py
index 80b6404..df4a1dd 100644
--- a/src/python_testing/TC_SEAR_1_3.py
+++ b/src/python_testing/TC_SEAR_1_3.py
@@ -25,7 +25,7 @@
 # test-runner-run/run1/factoryreset: True
 # test-runner-run/run1/quiet: True
 # test-runner-run/run1/app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
-# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --PICS examples/rvc-app/rvc-common/pics/rvc-app-pics-values --endpoint 1 --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
+# test-runner-run/run1/script-args: --storage-path admin_storage.json --commissioning-method on-network --discriminator 1234 --passcode 20202021 --PICS examples/rvc-app/rvc-common/pics/rvc-app-pics-values --endpoint 1 --json-arg PIXIT.SEAR.VALID_AREAS:'[7, 1234567]' --trace-to json:${TRACE_TEST_JSON}.json --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
 # === END CI TEST ARGUMENTS ===
 
 import logging
diff --git a/src/python_testing/execute_python_tests.py b/src/python_testing/execute_python_tests.py
index 7e7d7d5..8249be9 100644
--- a/src/python_testing/execute_python_tests.py
+++ b/src/python_testing/execute_python_tests.py
@@ -79,11 +79,6 @@
         "TC_OCC_3_1.py",
         "TC_OCC_3_2.py",
         "TC_BRBINFO_4_1.py",
-        "TC_SEAR_1_2.py",
-        "TC_SEAR_1_3.py",
-        "TC_SEAR_1_4.py",
-        "TC_SEAR_1_5.py",
-        "TC_SEAR_1_6.py",
         "TestCommissioningTimeSync.py",
         "TestConformanceSupport.py",
         "TestChoiceConformanceSupport.py",