Skip to content

Commit

Permalink
temporarily disable some array eval test
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Oct 11, 2024
1 parent eb5de10 commit 76991a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/array/array/var.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,12 @@ TEST_CASE("var(case10)" * doctest::test_suite("array::var"))
// VAR_SUBCASE( case10, array_d, axis, nm::None, ddof, keepdims );
}

TEST_CASE("var(case11)" * doctest::test_suite("array::var"))
TEST_CASE("var(case11)"
* doctest::test_suite("array::var")
#ifdef NMTOOLS_DISABLE_STL
* doctest::skip()
#endif
)
{
VAR_SUBCASE( case11, array, axis, nm::None, ddof, keepdims );
VAR_SUBCASE( case11, array_a, axis, nm::None, ddof, keepdims );
Expand Down

0 comments on commit 76991a5

Please sign in to comment.