From 3601c190acd2ada7b9d452ad04e88d651967f992 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 29 Nov 2022 20:52:05 +0530 Subject: [PATCH] fix(benchmark): disable baseline profile benchmark --- .../dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt index 567d2c84..7dee1433 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt @@ -15,10 +15,14 @@ import androidx.test.filters.LargeTest import androidx.test.platform.app.InstrumentationRegistry import androidx.test.uiautomator.UiDevice import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test @LargeTest +@Ignore( + "These tests fail saying that ProfileInstaller 1.3.0-alpha02 should be used which we already are" +) class BaselineProfileBenchmark { @get:Rule val benchmarkRule = MacrobenchmarkRule() private lateinit var device: UiDevice