summaryrefslogtreecommitdiffstats
path: root/mojo/shell/background/tests
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/background/tests')
-rw-r--r--mojo/shell/background/tests/background_shell_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/background/tests/background_shell_unittest.cc b/mojo/shell/background/tests/background_shell_unittest.cc
index 82b36b1..8901ab3 100644
--- a/mojo/shell/background/tests/background_shell_unittest.cc
+++ b/mojo/shell/background/tests/background_shell_unittest.cc
@@ -57,7 +57,6 @@ TEST(BackgroundShellTest, MAYBE_Basic) {
ShellClientImpl shell_client;
ShellConnection shell_connection(
&shell_client, background_shell.CreateShellClientRequest(kTestName));
- shell_connection.WaitForInitialize();
mojom::TestServicePtr test_service;
shell_connection.connector()->ConnectToInterface(
"mojo:background_shell_test_app", &test_service);