Skip to content
Snippets Groups Projects
Commit ab636d4b authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Gerrit Code Review
Browse files

Merge "Ignore failing BluetoothPbapUtilsTest method"

parents 686e468c a27a6aa1
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ import com.android.vcard.VCardConfig;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
......@@ -309,6 +310,7 @@ public class BluetoothPbapUtilsTest {
}
}
@Ignore("b/262486295")
@Test
public void updateSecondaryVersionCounter_whenContactsAreUpdated() {
MatrixCursor contactCursor = new MatrixCursor(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment