diff --git a/warnings_config.yml b/warnings_config.yml index fa28d1d..3fc0bd2 100644 --- a/warnings_config.yml +++ b/warnings_config.yml @@ -3,6 +3,8 @@ sphinx: min: 0 max: 0 exclude: + - "WARNING: the mlx.traceability extension is not safe for parallel reading" + - "WARNING: doing serial read" - 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\": Failed to resolve .+ \(\[Errno -2\] Name or service not known\)\"\)\)' - 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\": Failed to resolve .+ \(\[Errno -3\] Temporary failure in name resolution\)\"\)\)' - 'WARNING: CID \d+: Could not find item ID .+ in traceability collection.'