Skip to content
Snippets Groups Projects
Commit 35f99e66 authored by Alexander V. Tikhonov's avatar Alexander V. Tikhonov Committed by Kirill Yukhin
Browse files

test: remove asan suppression for unit/msgpack

ASAN should the issue in msgpuck repository in file test/msgpuck.c
which was the cause of the fail in unit/msgpack test. The issue
was fixed in msgpuck repository and ASAN suppression was removed
for it. Also removed skip condition file, which blocked the test
when it failed.

Part of #4360
parent 8d616ade
No related merge requests found
......@@ -4,7 +4,3 @@
# File format:
#fun:*
#src:*
# !test: unit/msgpack.test
# source: src/lib/msgpuck/test/msgpuck.c
fun:test_mp_print
import os
# Disabled at ASAN build due to issue #4360.
if os.getenv("ASAN") == 'ON':
self.skip = 1
# vim: set ft=python:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment