diff --git a/scripts/tests/local.py b/scripts/tests/local.py index 8158919b4206e8..f44bdc2e546f34 100755 --- a/scripts/tests/local.py +++ b/scripts/tests/local.py @@ -1,5 +1,19 @@ #!/usr/bin/env python3 +# Copyright (c) 2024 Project CHIP Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import enum import fnmatch import glob @@ -456,6 +470,7 @@ def as_runner(path): "TC_TIMESYNC_2_12.py": "20 seconds", "TC_TIMESYNC_2_7.py": "20 seconds", "TC_TIMESYNC_2_8.py": "1.5 minutes", + "TC_ICDM_5_1.py": "TODO", } execution_times = []