KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1k stars 243 forks source link

[StructuralMechanicsApplication] Are C++ tests supposed to be deactivated? #12083

Closed loumalouomega closed 2 months ago

loumalouomega commented 6 months ago

https://github.com/KratosMultiphysics/Kratos/blob/8fa8e65ef65a737e19652c1d7db2933f1f6efb69/applications/StructuralMechanicsApplication/tests/test_StructuralMechanicsApplication.py#L514

@KratosMultiphysics/structural-mechanics

philbucher commented 6 months ago

Yes, bcs otherwise they are run twice in the CI

This seems to be a leftover, probably also needs to be cleaned in other apps

loumalouomega commented 6 months ago

In that case we should clean up in all apps, okay, noted