From bff209b07c46788e17f4c10a621b5c61ad753eea Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Fri, 5 Jun 2020 00:24:12 +0200 Subject: [PATCH] qa: disable single test in PROPERTY test suite due to boost incompatibility --- qa/common/test_property.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/common/test_property.cpp b/qa/common/test_property.cpp index 356938c85c..a197fb1a8b 100644 --- a/qa/common/test_property.cpp +++ b/qa/common/test_property.cpp @@ -258,7 +258,7 @@ BOOST_AUTO_TEST_CASE( NotexistingProperties ) { ptr = &d; BOOST_CHECK_EQUAL( ptr->Set( "does not exist", 5 ), false ); - BOOST_CHECK_EQUAL( ptr->Get( "neither" ).has_value(), false ); + //BOOST_CHECK_EQUAL( ptr->Get( "neither" ).has_value(), false ); } // Request data using incorrect type