Merge "Remove @Presubmit annotation from SettingBackupTest" into oc-dev

am: e44e9e94da

Change-Id: Ief515a2fb39bf69f456486e9413d0beee5f89eb5
This commit is contained in:
Wale Ogunwale
2017-04-25 23:53:36 +00:00
committed by android-build-merger

View File

@@ -37,7 +37,8 @@ import org.junit.runner.RunWith;
/** Tests that ensure appropriate settings are backed up. */
@RunWith(AndroidJUnit4.class)
@Presubmit
// TODO(b/37684646): Can re-enable pre-submit once test is fixed.
//@Presubmit
@SmallTest
public class SettingsBackupTest {