Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4380)

Unified Diff: chromeos/network/managed_network_configuration_handler_unittest.cc

Issue 2814443006: Disabling several ChromeOS tests. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/managed_network_configuration_handler_unittest.cc
diff --git a/chromeos/network/managed_network_configuration_handler_unittest.cc b/chromeos/network/managed_network_configuration_handler_unittest.cc
index abdf830aa0aa7c4e8391bceac14ee855ddbfcddc..06c197ce79ea028396fdb655752ef2d1864b8cf4 100644
--- a/chromeos/network/managed_network_configuration_handler_unittest.cc
+++ b/chromeos/network/managed_network_configuration_handler_unittest.cc
@@ -549,7 +549,9 @@ TEST_F(ManagedNetworkConfigurationHandlerTest, SetPolicyIgnoreUnmodified) {
EXPECT_EQ(1, policy_observer_.GetPoliciesAppliedCountAndReset());
}
-TEST_F(ManagedNetworkConfigurationHandlerTest, PolicyApplicationRunning) {
+// TODO(stevenjb): https://crbug.com/710241
+TEST_F(ManagedNetworkConfigurationHandlerTest,
+ DISABLED_PolicyApplicationRunning) {
InitializeStandardProfiles();
EXPECT_CALL(*mock_profile_client_, GetProperties(_, _, _)).Times(AnyNumber());
EXPECT_CALL(*mock_manager_client_, ConfigureServiceForProfile(_, _, _, _))
@@ -580,7 +582,9 @@ TEST_F(ManagedNetworkConfigurationHandlerTest, PolicyApplicationRunning) {
EXPECT_FALSE(managed_handler()->IsAnyPolicyApplicationRunning());
}
-TEST_F(ManagedNetworkConfigurationHandlerTest, UpdatePolicyAfterFinished) {
+// TODO(stevenjb): https://crbug.com/710241
+TEST_F(ManagedNetworkConfigurationHandlerTest,
+ DISABLED_UpdatePolicyAfterFinished) {
InitializeStandardProfiles();
EXPECT_CALL(*mock_profile_client_, GetProperties(_, _, _));
EXPECT_CALL(*mock_manager_client_, ConfigureServiceForProfile(_, _, _, _));
@@ -686,7 +690,9 @@ TEST_F(ManagedNetworkConfigurationHandlerTest,
base::RunLoop().RunUntilIdle();
}
-TEST_F(ManagedNetworkConfigurationHandlerTest, SetPolicyUpdateManagedNewGUID) {
+// TODO(stevenjb): https://crbug.com/710241
+TEST_F(ManagedNetworkConfigurationHandlerTest,
+ DISABLED_SetPolicyUpdateManagedNewGUID) {
InitializeStandardProfiles();
SetUpEntry("policy/shill_managed_wifi1.json",
kUser1ProfilePath,
@@ -747,7 +753,9 @@ TEST_F(ManagedNetworkConfigurationHandlerTest, SetPolicyUpdateManagedVPN) {
VerifyAndClearExpectations();
}
-TEST_F(ManagedNetworkConfigurationHandlerTest, SetPolicyReapplyToManaged) {
+// TODO(stevenjb): https://crbug.com/710241
+TEST_F(ManagedNetworkConfigurationHandlerTest,
+ DISABLED_SetPolicyReapplyToManaged) {
InitializeStandardProfiles();
SetUpEntry("policy/shill_policy_on_unmanaged_wifi1.json",
kUser1ProfilePath,
« no previous file with comments | « chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698