diff options
Diffstat (limited to 'chrome/test/mini_installer_test/test.cc')
-rw-r--r-- | chrome/test/mini_installer_test/test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc index 50db56c..f8a4f08 100644 --- a/chrome/test/mini_installer_test/test.cc +++ b/chrome/test/mini_installer_test/test.cc @@ -41,8 +41,6 @@ TEST_F(MiniInstallTest, MiniInstallerOverChromeMetaInstallerTest) { installer.OverInstall(); } -// These 2 tests started failing at revision 12317. -#if 0 TEST_F(MiniInstallTest, MiniInstallerSystemInstallTest) { if (win_util::GetWinVersion() < win_util::WINVERSION_VISTA) { ChromeMiniInstaller installer(mini_installer_constants::kSystemInstall); @@ -57,8 +55,6 @@ TEST_F(MiniInstallTest, MiniInstallerUserInstallTest) { mini_installer_constants::kChromeMiniInstallerExecutable); } -#endif - TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) { // We run the tests on all supported OSes. // Make sure the code agrees. |