Skip to content

Commit

Permalink
Skip validation for FMI 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Aug 10, 2023
1 parent 495429b commit fcb9912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def test_fmi3():

models = ['BouncingBall', 'Dahlquist', 'LinearTransform', 'Resource', 'Stair', 'VanDerPol', 'Feedthrough']

for model in models:
validate(build_dir, model=model, fmi_types=['ModelExchange', 'CoSimulation'])
# for model in models:
# validate(build_dir, model=model, fmi_types=['ModelExchange', 'CoSimulation'])

for model in models:
for interface_type in ['cs', 'me']:
Expand Down

0 comments on commit fcb9912

Please sign in to comment.