Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 15f3a13

Browse files
committed
skip expensive test
1 parent 97316fe commit 15f3a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/src/tests/friction/test_force_jacobian.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,10 @@ TEST_CASE(
614614
TEST_CASE(
615615
"Smooth friction force jacobian 3D", "[friction-smooth][force-jacobian]")
616616
{
617+
#if (defined(WIN32) || defined(_WIN32) || defined(__WIN32)) && !defined(NDEBUG)
618+
SKIP("'Smooth friction force jacobian 3D' test is skipped in debug mode");
619+
#endif
620+
617621
SmoothFrictionData data = smooth_friction_data_generator_3d();
618622
const auto& [V0, V1, E, F, collisions, mu, epsv_times_h, param, barrier_stiffness] =
619623
data;

0 commit comments

Comments
 (0)