Skip to content

Commit 46f9816

Browse files
committed
simplify main test workflow - do not run test_FMIRegression
* these are test for OpenModelica / no specific check for OMPython * they are run via a cron job * it increases the runtime of the unittest job
1 parent 44aff0d commit 46f9816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
verbose: true
7474
emoji: true
7575
job-summary: true
76-
custom-arguments: '-v '
76+
custom-arguments: '-v --ignore=./tests/test_FMIRegression.py'
7777
click-to-expand: true
7878
report-title: 'Test Report'
7979

0 commit comments

Comments
 (0)