Merge "Skip presubmit for flaky NetworkPolicy related tests due to Out of SLO" into main

This commit is contained in:
Junyu Lai
2023-07-28 05:26:51 +00:00
committed by Gerrit Code Review
3 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ package com.android.cts.net;
import android.platform.test.annotations.FlakyTest;
import com.android.testutils.SkipPresubmit;
import com.android.tradefed.device.DeviceNotAvailableException;
import com.android.tradefed.invoker.TestInformation;
import com.android.tradefed.testtype.junit4.AfterClassWithInfo;
@@ -25,6 +26,7 @@ import com.android.tradefed.testtype.junit4.BeforeClassWithInfo;
import org.junit.Test;
@SkipPresubmit(reason = "Out of SLO flakiness")
public class HostsideConnOnActivityStartTest extends HostsideNetworkTestCase {
private static final String TEST_CLASS = TEST_PKG + ".ConnOnActivityStartTest";
@BeforeClassWithInfo

View File

@@ -15,10 +15,13 @@
*/
package com.android.cts.net;
import com.android.testutils.SkipPresubmit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@SkipPresubmit(reason = "Out of SLO flakiness")
public class HostsideNetworkCallbackTests extends HostsideNetworkTestCase {
@Before

View File

@@ -21,6 +21,7 @@ import static org.junit.Assert.fail;
import android.platform.test.annotations.SecurityTest;
import com.android.ddmlib.Log;
import com.android.testutils.SkipPresubmit;
import com.android.tradefed.device.DeviceNotAvailableException;
import com.android.tradefed.util.RunUtil;
@@ -28,6 +29,7 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
@SkipPresubmit(reason = "Out of SLO flakiness")
public class HostsideRestrictBackgroundNetworkTests extends HostsideNetworkTestCase {
@Before