summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/nacl/nacl_sandbox_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/nacl/nacl_sandbox_test.cc b/chrome/test/nacl/nacl_sandbox_test.cc
index 87dc619..c1935b1 100644
--- a/chrome/test/nacl/nacl_sandbox_test.cc
+++ b/chrome/test/nacl/nacl_sandbox_test.cc
@@ -36,8 +36,7 @@ NaClSandboxTest::NaClSandboxTest() {
NaClSandboxTest::~NaClSandboxTest() {
}
-// http://crbug.com/50121
-TEST_F(NaClSandboxTest, FLAKY_NaClOuterSBTest) {
+TEST_F(NaClSandboxTest, NaClOuterSBTest) {
// Load a helloworld .nexe to trigger the nacl loader test.
FilePath test_file(kSrpcHwHtmlFileName);
RunTest(test_file, action_max_timeout_ms());