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

Commit b563bb8a authored by Jordan Liu's avatar Jordan Liu
Browse files

Remove @Postsubmit annotations

Since they have been replaced with @FlakyTest we can remove the
annotation and import.

Change-Id: I3493f9c56c1b978367e7fa26fc6a9018e9c36586
Merged-In: I3493f9c56c1b978367e7fa26fc6a9018e9c36586
Fixes: 35710737
Test: No change to behavior
parent 37e782b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ import android.os.Looper;
import android.os.PersistableBundle;
import android.os.UserHandle;
import android.os.UserManager;
import android.platform.test.annotations.Postsubmit;
import android.provider.CallLog;
import android.provider.CallLog.Calls;
import android.support.test.filters.FlakyTest;
@@ -426,7 +425,6 @@ public class CallLogManagerTest extends TelecomTestCase {

    @MediumTest
    @FlakyTest
    @Postsubmit
    public void testLogCallDirectionOutgoingWithMultiUserCapability() {
        when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class)))
                .thenReturn(makeFakePhoneAccount(mOtherUserAccountHandle,
@@ -521,7 +519,6 @@ public class CallLogManagerTest extends TelecomTestCase {

    @MediumTest
    @FlakyTest
    @Postsubmit
    public void testLogCallDirectionOutgoingFromManagedProfile() {
        when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class)))
                .thenReturn(makeFakePhoneAccount(mManagedProfileAccountHandle, 0));