From b3db14213765d1959f883e5ea6bde1d203d80338 Mon Sep 17 00:00:00 2001 From: David Su Date: Wed, 29 Apr 2020 06:11:18 +0000 Subject: Revert "Disable flaky test testWepNetworkWifiConfigurationSaveLoad" This reverts commit 5b13f072da3bf0eeafd6a56e7bd676f5d78ac9d2. Reason for revert: Try re-enabling to see if flakiness is fixed. Flake is still not reproducible locally. Bug: 148963201 Change-Id: I9facc6ad2e93361e81109fff55d91de4814b1e02 Merged-In: I9facc6ad2e93361e81109fff55d91de4814b1e02 (cherry picked from commit 61b60cf954b150908e341d717e22eeabe8cabca5) --- .../src/com/android/server/wifi/SupplicantStaNetworkHalTest.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java b/tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java index 6f0de57e2..f7fc9c2db 100644 --- a/tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java +++ b/tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java @@ -50,7 +50,6 @@ import com.android.server.wifi.util.NativeUtil; import com.android.wifi.resources.R; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; @@ -249,7 +248,6 @@ public class SupplicantStaNetworkHalTest extends WifiBaseTest { /** * Tests the saving/loading of WifiConfiguration to wpa_supplicant. */ - @Ignore("b/148963201: flaky test") @Test public void testWepNetworkWifiConfigurationSaveLoad() throws Exception { WifiConfiguration config = WifiConfigurationTestUtil.createWepHiddenNetwork(); -- cgit v1.2.3