Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a706583e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable crashing ExternalSourcesSettingsTest#testManageExternalSourcesForApp"

parents 834ce49d 6df7a520
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import android.os.UserManager;
import android.provider.Settings;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.LargeTest;
import android.support.test.filters.Suppress;
import android.support.test.runner.AndroidJUnit4;
import android.support.test.uiautomator.By;
import android.support.test.uiautomator.BySelector;
@@ -56,6 +57,7 @@ import org.junit.runner.RunWith;

import java.util.List;

@Suppress
@RunWith(AndroidJUnit4.class)
@LargeTest
public class ExternalSourcesSettingsTest {