diff --git a/core/testsupport/src/TestSupport.cxx b/core/testsupport/src/TestSupport.cxx index ac81c064bb19a..7990ea3bad608 100644 --- a/core/testsupport/src/TestSupport.cxx +++ b/core/testsupport/src/TestSupport.cxx @@ -58,12 +58,6 @@ static struct ForbidDiagnostics { return; } - // FIXME: RNTuple warns that it's in beta stage. - if (level == kWarning && strstr(msg, "Merging RNTuples is experimental") != nullptr) { - std::cerr << "Warning in " << location << " " << msg << std::endl; - return; - } - // FIXME: DOAS backend is exprimental. if (level == kWarning && strstr(msg, "The DAOS backend is experimental and still under development") != nullptr) {