[WifiNetworkSuggestionTest.py] Fixes for Ent network suggestion tests

Incorrect changes got merged in the last change

Cherry picked changes from git_master

Bug: 136251599
Test: Verified the changes
Change-Id: If9e7412c445febe0118e51ad431e9c66964cc5f9
Merged-In: I830f6fff2d91ea90942df14d336bb315aadb8fc8
diff --git a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
index 5468c5b..6d97c7e 100755
--- a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
+++ b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
@@ -192,16 +192,11 @@
 
         wutils.wait_for_connect(self.dut, wifi_network[WifiEnums.SSID_KEY])
 
+        # Remove suggestion trigger disconnect and wait for the disconnect.
         self.dut.log.info("Removing network suggestions")
         asserts.assert_true(
             self.dut.droid.wifiRemoveNetworkSuggestions(network_suggestions),
             "Failed to remove suggestions")
-
-        # Ensure we did not disconnect
-        wutils.ensure_no_disconnect(self.dut)
-
-        # Trigger a disconnect and wait for the disconnect.
-        self.dut.droid.wifiDisconnect()
         wutils.wait_for_disconnect(self.dut)
         self.dut.ed.clear_all_events()