summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-04-29 06:11:18 +0000
committerDavid Su <dysu@google.com>2020-06-10 03:56:09 +0000
commitb3db14213765d1959f883e5ea6bde1d203d80338 (patch)
tree3d015bc35da6ac800392ffc5f0f862b812211015 /tests
parentd76b48bec014fc254c6f4312cdc1d3a914ced605 (diff)
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)
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/SupplicantStaNetworkHalTest.java2
1 files changed, 0 insertions, 2 deletions
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();