From c4877f88fab43fed7791fef2bbb7fcc5f8e3798b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 9 Aug 2011 12:30:03 -0700 Subject: [PATCH] Update comments on sio-ctx test --- src/test/run-pass/sio-ctx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/sio-ctx.rs b/src/test/run-pass/sio-ctx.rs index c484961cf06..dd77bb9dedd 100644 --- a/src/test/run-pass/sio-ctx.rs +++ b/src/test/run-pass/sio-ctx.rs @@ -1,4 +1,4 @@ -// Fails periodically, probably with RUST_THREADS > 1 +// Seems to hang for long periods, probably with RUST_THREADS > 1. Issue #810 // xfail-stage1 // xfail-stage2 // xfail-stage3