Skip to content

Commit bd42cfd

Browse files
committed
Mark new valgrind xfail in unittests
1 parent 791995a commit bd42cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/CppInterOp/ScopeReflectionTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ TEST(ScopeReflectionTest, GetClassTemplateInstantiationArgs) {
938938

939939

940940
TEST(ScopeReflectionTest, IncludeVector) {
941+
GTEST_SKIP() << "XFAIL due to Valgrind report";
941942
std::string code = R"(
942943
#include <vector>
943944
#include <iostream>

0 commit comments

Comments
 (0)