Commit 0c86fbb5 authored by Jim Ingham's avatar Jim Ingham
Browse files

The memory region tests have been consistently timing on the ASAN

bot.  This happens because they are building a long result into
a Python string, and the asan checker is making that very slow.

The last two tests here are both slow, but the 'test_command' is the
really slow one.  I'm going to start disabling just that one and see
if that gets the ASAN bots clean.
parent c2c5c39c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment