|
1 | 1 | import tempfile |
2 | 2 | import pathlib |
| 3 | +import pytest |
3 | 4 | import shutil |
4 | 5 | import os |
5 | 6 |
|
@@ -30,41 +31,51 @@ def test_Modelica_Blocks_Examples_Filter(): |
30 | 31 | buildModelFMU("Modelica.Blocks.Examples.Filter") |
31 | 32 |
|
32 | 33 |
|
| 34 | +@pytest.mark.skip("takes too long") |
33 | 35 | def test_Modelica_Blocks_Examples_RealNetwork1(): |
34 | 36 | buildModelFMU("Modelica.Blocks.Examples.RealNetwork1") |
35 | 37 |
|
36 | 38 |
|
| 39 | +@pytest.mark.skip("takes too long") |
37 | 40 | def test_Modelica_Electrical_Analog_Examples_CauerLowPassAnalog(): |
38 | 41 | buildModelFMU("Modelica.Electrical.Analog.Examples.CauerLowPassAnalog") |
39 | 42 |
|
40 | 43 |
|
| 44 | +@pytest.mark.skip("takes too long") |
41 | 45 | def test_Modelica_Electrical_Digital_Examples_FlipFlop(): |
42 | 46 | buildModelFMU("Modelica.Electrical.Digital.Examples.FlipFlop") |
43 | 47 |
|
44 | 48 |
|
| 49 | +@pytest.mark.skip("takes too long") |
45 | 50 | def test_Modelica_Mechanics_Rotational_Examples_FirstGrounded(): |
46 | 51 | buildModelFMU("Modelica.Mechanics.Rotational.Examples.FirstGrounded") |
47 | 52 |
|
48 | 53 |
|
| 54 | +@pytest.mark.skip("takes too long") |
49 | 55 | def test_Modelica_Mechanics_Rotational_Examples_CoupledClutches(): |
50 | 56 | buildModelFMU("Modelica.Mechanics.Rotational.Examples.CoupledClutches") |
51 | 57 |
|
52 | 58 |
|
| 59 | +@pytest.mark.skip("takes too long") |
53 | 60 | def test_Modelica_Mechanics_MultiBody_Examples_Elementary_DoublePendulum(): |
54 | 61 | buildModelFMU("Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum") |
55 | 62 |
|
56 | 63 |
|
| 64 | +@pytest.mark.skip("takes too long") |
57 | 65 | def test_Modelica_Mechanics_MultiBody_Examples_Elementary_FreeBody(): |
58 | 66 | buildModelFMU("Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody") |
59 | 67 |
|
60 | 68 |
|
| 69 | +@pytest.mark.skip("takes too long") |
61 | 70 | def test_Modelica_Fluid_Examples_PumpingSystem(): |
62 | 71 | buildModelFMU("Modelica.Fluid.Examples.PumpingSystem") |
63 | 72 |
|
64 | 73 |
|
| 74 | +@pytest.mark.skip("takes too long") |
65 | 75 | def test_Modelica_Fluid_Examples_TraceSubstances_RoomCO2WithControls(): |
66 | 76 | buildModelFMU("Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls") |
67 | 77 |
|
68 | 78 |
|
| 79 | +@pytest.mark.skip("takes too long") |
69 | 80 | def test_Modelica_Clocked_Examples_SimpleControlledDrive_ClockedWithDiscreteTextbookController(): |
70 | 81 | buildModelFMU("Modelica.Clocked.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController") |
0 commit comments