Skip to content

Commit 0993caf

Browse files
committed
Test CI: why wouldn't this work?
1 parent 927c818 commit 0993caf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ jobs:
513513
scripts/run_in_python_env.sh out/venv './src/python_testing/test_testing/test_TC_ICDM_2_1.py'
514514
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestIdChecks.py'
515515
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestSpecParsingDeviceType.py'
516-
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceSupport.py'
517516
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestConformanceTest.py'
518517
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/TestChoiceConformanceSupport.py'
519518
scripts/run_in_python_env.sh out/venv 'python3 ./src/python_testing/test_testing/test_IDM_10_4.py'

src/python_testing/TestChoiceConformanceSupport.py

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
# === BEGIN CI TEST ARGUMENTS ===
18+
# test-runner-runs: run1
19+
# === END CI TEST ARGUMENTS ===
1720

1821
import itertools
1922
import xml.etree.ElementTree as ElementTree

src/python_testing/execute_python_tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def main(search_directory, env_file):
8484
"TC_SEAR_1_6.py",
8585
"TestCommissioningTimeSync.py",
8686
"TestConformanceSupport.py",
87-
"TestChoiceConformanceSupport.py",
8887
"TC_DEMTestBase.py",
8988
"choice_conformance_support.py",
9089
"TestConformanceTest.py", # Unit test of the conformance test (TC_DeviceConformance) - does not run against an app.

0 commit comments

Comments
 (0)