Skip to content

Commit 6f179c1

Browse files
committed
update tests - do NOT run test_FMIRegression.py
reason: * it is only a test for OMC / not OMPython specific * furthermore, it is run automatically via cron job (= FMITest)
1 parent 2480a28 commit 6f179c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Test_v400.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
verbose: true
6969
emoji: true
7070
job-summary: true
71-
custom-arguments: '-v ./tests_v400 '
71+
custom-arguments: '-v ./tests_v400 --ignore=./tests_v400/test_FMIRegression.py'
7272
click-to-expand: true
7373
report-title: 'Test Report'

.github/workflows/Test_v400_py310.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
verbose: true
6666
emoji: true
6767
job-summary: true
68-
custom-arguments: '-v ./tests_v400 '
68+
custom-arguments: '-v ./tests_v400 --ignore=./tests_v400/test_FMIRegression.py'
6969
click-to-expand: true
7070
report-title: 'Test Report'

.github/workflows/Test_v4xx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
verbose: true
6969
emoji: true
7070
job-summary: true
71-
custom-arguments: '-v ./tests '
71+
custom-arguments: '-v ./tests --ignore=./tests/test_FMIRegression.py'
7272
click-to-expand: true
7373
report-title: 'Test Report'

0 commit comments

Comments
 (0)