diff --git a/tools/clang-tidy/config.yaml b/tools/clang-tidy/config.yaml index ef5d093caa11..150e6fef8c85 100644 --- a/tools/clang-tidy/config.yaml +++ b/tools/clang-tidy/config.yaml @@ -186,6 +186,8 @@ clang_checkers: - linux64 - macosx64 reliability: high + # Disable as the test does not support C++17 yet + publish: !!bool no - name: performance-inefficient-string-concatenation reliability: high - name: performance-inefficient-vector-operation