mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(benchmark): disable baseline profile benchmark
This commit is contained in:
parent
b0044dd0fc
commit
3601c190ac
1 changed files with 4 additions and 0 deletions
|
@ -15,10 +15,14 @@ import androidx.test.filters.LargeTest
|
||||||
import androidx.test.platform.app.InstrumentationRegistry
|
import androidx.test.platform.app.InstrumentationRegistry
|
||||||
import androidx.test.uiautomator.UiDevice
|
import androidx.test.uiautomator.UiDevice
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
@LargeTest
|
@LargeTest
|
||||||
|
@Ignore(
|
||||||
|
"These tests fail saying that ProfileInstaller 1.3.0-alpha02 should be used which we already are"
|
||||||
|
)
|
||||||
class BaselineProfileBenchmark {
|
class BaselineProfileBenchmark {
|
||||||
@get:Rule val benchmarkRule = MacrobenchmarkRule()
|
@get:Rule val benchmarkRule = MacrobenchmarkRule()
|
||||||
private lateinit var device: UiDevice
|
private lateinit var device: UiDevice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue