From 044dab1a704a3a0f0e8cc5d53b1f00ff820fe486 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 31 Mar 2016 11:42:57 -0700 Subject: [PATCH] Revert "Temporarily comment out flaky google login scenario tests to unblock build" This reverts commit 65f24a3fc790c157db8d00b3231ebdf22b3ca427. --- test/E2ETests/SmokeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/SmokeTests.cs b/test/E2ETests/SmokeTests.cs index 36c6c7c10a..ff3e842370 100644 --- a/test/E2ETests/SmokeTests.cs +++ b/test/E2ETests/SmokeTests.cs @@ -281,7 +281,7 @@ namespace E2ETests await validator.SignOutUser("Administrator"); // Google login - //await validator.LoginWithGoogle(); + await validator.LoginWithGoogle(); // Facebook login await validator.LoginWithFacebook();