Skip to content

Commit

Permalink
Omit new unit test from automated testing in old style
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Feb 7, 2025
1 parent 734fde8 commit 460655d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ def as_runner(path):
"TestConformanceTest.py", # Unit test of the conformance test (TC_DeviceConformance) - does not run against an app.
"TestIdChecks.py",
"TestSpecParsingDeviceType.py",
"TestSpecParsingSelection.py",
"TestMatterTestingSupport.py",
"TestSpecParsingSupport.py",
"TestTimeSyncTrustedTimeSource.py",
Expand Down
1 change: 1 addition & 0 deletions src/python_testing/execute_python_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def main(search_directory, env_file):
"TestConformanceTest.py", # Unit test of the conformance test (TC_DeviceConformance) - does not run against an app
"TestIdChecks.py", # Unit test - does not run against an app
"TestSpecParsingDeviceType.py", # Unit test - does not run against an app
"TestSpecParsingSelection.py", # Unit test - does not run against an app
"TestConformanceTest.py", # Unit test - does not run against an app
"TestMatterTestingSupport.py", # Unit test - does not run against an app
"TestSpecParsingSupport.py", # Unit test - does not run against an app
Expand Down

0 comments on commit 460655d

Please sign in to comment.