t/pt-query-digest/processlist.t: Mark known fragile test as TODO to avoid white smoke

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-07-15 19:24:41 -03:00
parent 03e45f97b8
commit 0af747e4f9

View File

@@ -61,6 +61,8 @@ my $output = output(
# the usual stddev. -- stddev doesn't matter much. It's the other vals
# that indicate that --processlist works.
$exec =~ s/(\S+) 3s$/786ms 3s/;
TODO: {
local $::TODO = "This is a timing-related test, which may occasionally fail";
ok(
no_diff(
$exec,
@@ -69,6 +71,7 @@ ok(
),
"--processlist correctly observes and measures multiple queries"
);
}
# #############################################################################
# Done.