summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/nacl/nacl_test.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc
index ef795b8..5b9c85a 100644
--- a/chrome/test/nacl/nacl_test.cc
+++ b/chrome/test/nacl/nacl_test.cc
@@ -116,9 +116,7 @@ TEST_F(NaClTest, ServerTest) {
RunTest(server_test_file, action_max_timeout_ms());
}
-
-// http://crbug.com/30990
-TEST_F(NaClTest, FLAKY_SrpcHelloWorld) {
+TEST_F(NaClTest, SrpcHelloWorld) {
FilePath srpc_hw_file(kSrpcHwHtmlFileName);
RunTest(srpc_hw_file, action_max_timeout_ms());
}