From 0ec03fc979ebc6d3a230842e60190ccb1bc37812 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 8 Dec 2022 02:59:58 +0530 Subject: [PATCH] fix(benchmark): re-enable BaselineProfileBenchmark --- android/src/main/AndroidManifest.xml | 9 +++++++++ .../msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 888e74b0..a48496a7 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -150,5 +150,14 @@ android:value="androidx.startup" tools:node="remove" /> + + + + + + 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 7dee1433..567d2c84 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt @@ -15,14 +15,10 @@ 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