Skip to content

Commit

Permalink
re-enable klt unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 31, 2024
1 parent 705026c commit a09025f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/img/src/CImage_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,6 @@ TEST(CImage, Serialize)
EXPECT_EQ(am, bm);
}

// This seems to fail now as of Jun 2024, don't have bandwith to debug it (!)
#if !defined(__APPLE__) && !defined(__aarch64__) && !defined(__ppc64__) && !defined(__s390x__) && \
!defined(__powerpc) && !defined(__powerpc__) && !defined(__powerpc64__) && \
!defined(__loongarch__)
TEST(CImage, KLT_response)
{
using namespace mrpt::img;
Expand All @@ -498,7 +494,6 @@ TEST(CImage, KLT_response)
}
}
}
#endif

TEST(CImage, LoadAndComparePseudoRnd)
{
Expand Down

0 comments on commit a09025f

Please sign in to comment.