aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-01-26 13:37:44 -0800
committerJustin Pettit <jpettit@nicira.com>2011-01-26 13:37:44 -0800
commitbfee9bd65813cacc4bfb4e363d64bf9b4c02ce8c (patch)
treeecd58efafcac659adbe2c82873026746b802b36b
parentd6da96ce2b32f477a79f9d980a659ba31f71d191 (diff)
tests: Skip frequently hanging "closes standard fds" tests
The "closes standard fds" test frequently hangs, which causes builds to not complete. Skip these tests until we have time to debug the cause.
-rw-r--r--tests/daemon.at6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/daemon.at b/tests/daemon.at
index d3708637..a97b05c5 100644
--- a/tests/daemon.at
+++ b/tests/daemon.at
@@ -148,7 +148,10 @@ AT_CHECK([grep 'ovsdb-server: could not initialize control socket' stderr],
AT_CHECK([test ! -s pid])
AT_CLEANUP
+# xxx This test hangs frequently, which often prevents builds from
+# xxx completing. Skip this test until we have time to debug it.
AT_SETUP([daemon --detach closes standard fds])
+AT_SKIP_IF([:])
AT_CAPTURE_FILE([pid])
AT_CAPTURE_FILE([status])
AT_CAPTURE_FILE([stderr])
@@ -168,7 +171,10 @@ else
fi
AT_CLEANUP
+# xxx This test hangs frequently, which often prevents builds from
+# xxx completing. Skip this test until we have time to debug it.
AT_SETUP([daemon --detach --monitor closes standard fds])
+AT_SKIP_IF([:])
AT_CAPTURE_FILE([pid])
AT_CAPTURE_FILE([status])
AT_CAPTURE_FILE([stderr])