Commit 30f49d60 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Disable a test that fails on some Linux versions.

TBR=erik.corry@gmail.com
Review URL: http://codereview.chromium.org/50032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1553 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b3a4e609
......@@ -3824,6 +3824,8 @@ TEST(DebuggerHostDispatch) {
}
// This test fails on some Linux versions - disabled for now.
#if 0
TEST(DebuggerAgent) {
// Make sure this port is not used by other tests to allow tests to run in
// parallel.
......@@ -3863,3 +3865,4 @@ TEST(DebuggerAgent) {
delete server;
}
#endif
Markdown is supported
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