Skip to content

Commit

Permalink
skip expand test on utl build
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Sep 7, 2024
1 parent a4b98e5 commit 87c9b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/array/array/expand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ TEST_CASE("expand(case6)" * doctest::test_suite("array::expand"))
}
#endif

// TODO: fix runtime crash on utl
#ifndef NMTOOLS_DISABLE_STL
TEST_CASE("expand(case7)" * doctest::test_suite("array::expand"))
{
EXPAND_SUBCASE( case7, input, axis );
Expand All @@ -83,8 +85,6 @@ TEST_CASE("expand(case7)" * doctest::test_suite("array::expand"))
EXPAND_SUBCASE( case7, input_d, axis );
}

// TODO: fix runtime crash on utl
#ifndef NMTOOLS_DISABLE_STL
TEST_CASE("expand(case8)" * doctest::test_suite("array::expand"))
{
EXPAND_SUBCASE( case8, input, axis );
Expand Down

0 comments on commit 87c9b04

Please sign in to comment.