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

Commit 74a003ee authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Enable ContextHubEndpointTest in presubmit

Bug: 378944402
Change-Id: Idf0632f25a4eaf424160589ce09cfffd31c81527
Test: Presubmit
parent 0496b1f5
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import android.hardware.contexthub.IContextHubEndpointCallback;
import android.hardware.contexthub.IEndpointCommunication;
import android.os.Binder;
import android.os.RemoteException;
import android.platform.test.annotations.Postsubmit;
import android.platform.test.annotations.Presubmit;

import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.platform.app.InstrumentationRegistry;
@@ -45,8 +45,7 @@ import org.mockito.junit.MockitoRule;
import java.util.Collections;

@RunWith(AndroidJUnit4.class)
@Postsubmit
// TODO(b/378944402): Enable test in presubmit
@Presubmit
public class ContextHubEndpointTest {
    private static final int SESSION_ID_RANGE = ContextHubEndpointManager.SERVICE_SESSION_RANGE;
    private static final int MIN_SESSION_ID = 0;