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