From b773c55485a7a50904493a0cdc8dd22da9bbfdee Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 13 Jul 2013 19:50:14 +0000 Subject: test/pwrite_wrap: disable test under valgrind for now This test is too slow and timing-sensitive under valgrind, so disable it for now until we have a better solution. --- test/pwrite_wrap.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/pwrite_wrap.rb b/test/pwrite_wrap.rb index 34d342a..d3cde3e 100644 --- a/test/pwrite_wrap.rb +++ b/test/pwrite_wrap.rb @@ -133,4 +133,7 @@ class TestPwriteWrap < Test::Unit::TestCase $stderr.write(@err.read) if $DEBUG assert status.success?, status.inspect end -end if File.exist?(TEST_PROG) + +# this test is horribly slow under valgrind, and we probably don't need +# valgrind, here... +end if File.exist?(TEST_PROG) && ! ENV["VALGRIND"] -- cgit v1.2.3-24-ge0c7