Skip to content

Commit 2b68138

Browse files
committed
iox-#1032 Skip one convert test due to issues on aarch64
1 parent 0fc68e7 commit 2b68138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iceoryx_hoofs/test/moduletests/test_utility_convert.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ TEST_F(convert_test, fromString_Double_EdgeCase_InRange_Success)
682682
{
683683
::testing::Test::RecordProperty("TEST_ID", "d5e5e5ad-92ed-4229-8128-4ee82059fbf7");
684684

685+
GTEST_SKIP() << "iox-#2055 Temporarily skipped due to issues in aarch64";
686+
685687
std::string source = fp_to_string(std::numeric_limits<double>::min());
686688
auto double_min = iox::convert::from_string<double>(source.c_str());
687689
ASSERT_THAT(double_min.has_value(), Eq(true));

0 commit comments

Comments
 (0)