Index: chrome/test/nacl/nacl_browsertest.cc |
diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc |
index ea4238e573d70c63042f187596d48ca53a00af96..58014e24100862bf6adf02f5ceb94f1a9feabf9b 100644 |
--- a/chrome/test/nacl/nacl_browsertest.cc |
+++ b/chrome/test/nacl/nacl_browsertest.cc |
@@ -130,10 +130,6 @@ IN_PROC_BROWSER_TEST_F(NaClBrowserTestPnaclNonSfi, |
RunNaClIntegrationTest(FILE_PATH_LITERAL("irt_exception_test.html")); |
} |
-NACL_BROWSER_TEST_F(NaClBrowserTest, Nameservice, { |
- RunNaClIntegrationTest(FILE_PATH_LITERAL("pm_nameservice_test.html")); |
-}) |
- |
// Some versions of Visual Studio does not like preprocessor |
// conditionals inside the argument of a macro, so we put the |
// conditionals on a helper function. We are already in an anonymous |