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

Commit 4dd6ff97 authored by Miguel Aranda's avatar Miguel Aranda Committed by Gerrit Code Review
Browse files

Merge "Ignore failing conscrypt perf tests until I figure out why they're failing." into main

parents c9b68de9 9cc53d7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -43,6 +43,7 @@ import java.util.concurrent.atomic.AtomicLong;
import javax.crypto.Cipher;
import javax.crypto.Cipher;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.NoSuchPaddingException;


import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runner.RunWith;
@@ -196,6 +197,7 @@ public final class ClientSocketPerfTest {
     */
     */
    @Test
    @Test
    @Parameters(method = "getParams")
    @Parameters(method = "getParams")
    @Ignore("b/351034205")
    public void time(Config config) throws Exception {
    public void time(Config config) throws Exception {
        reset();
        reset();
        setup(config);
        setup(config);
+2 −0
Original line number Original line Diff line number Diff line
@@ -43,6 +43,7 @@ import androidx.test.filters.LargeTest;
import junitparams.JUnitParamsRunner;
import junitparams.JUnitParamsRunner;
import junitparams.Parameters;
import junitparams.Parameters;


import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runner.RunWith;
@@ -201,6 +202,7 @@ public final class ServerSocketPerfTest {


    @Test
    @Test
    @Parameters(method = "getParams")
    @Parameters(method = "getParams")
    @Ignore("b/351034205")
    public void throughput(Config config) throws Exception {
    public void throughput(Config config) throws Exception {
        setup(config);
        setup(config);
        BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
        BenchmarkState state = mPerfStatusReporter.getBenchmarkState();