summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/nacl')
-rw-r--r--chrome/test/nacl/nacl_test.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/test/nacl/nacl_test.cc b/chrome/test/nacl/nacl_test.cc
index ef12dc1..8f86d70 100644
--- a/chrome/test/nacl/nacl_test.cc
+++ b/chrome/test/nacl/nacl_test.cc
@@ -117,8 +117,7 @@ void NaClTest::TearDown() {
UITest::TearDown();
}
-// See bug http://code.google.com/p/chromium/issues/detail?id=41007
-TEST_F(NaClTest, FLAKY_ServerTest) {
+TEST_F(NaClTest, ServerTest) {
FilePath test_file(kServerHtmlFileName);
RunTest(test_file, action_max_timeout_ms());
}
@@ -153,9 +152,7 @@ TEST_F(NaClTest, SrpcNrdXferTest) {
RunTest(test_file, action_max_timeout_ms());
}
-// The test seems to be flaky.
-// http://code.google.com/p/chromium/issues/detail?id=40669
-TEST_F(NaClTest, FLAKY_NpapiHwTest) {
+TEST_F(NaClTest, NpapiHwTest) {
FilePath test_file(kNpapiHwHtmlFileName);
RunTest(test_file, action_max_timeout_ms());
}