Skip to content

Commit

Permalink
renderPassCounterFrameTimeoutComplexNoInitializingStateHighFrequencyE…
Browse files Browse the repository at this point in the history
…vents flaky

See #841
  • Loading branch information
rjrjr committed Jul 22, 2022
1 parent c40ffa2 commit 0bb6fa2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import com.squareup.benchmarks.performance.complex.poetry.cyborgs.waitForPoetry
import com.squareup.benchmarks.performance.complex.poetry.instrumentation.RenderPassCountingInterceptor
import org.junit.Assert.fail
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

Expand Down Expand Up @@ -75,6 +76,7 @@ class RenderPassTest {
runRenderPassCounter(COMPLEX_NO_INITIALIZING, useFrameTimeout = true)
}

@Ignore("#841")
@Test fun renderPassCounterFrameTimeoutComplexNoInitializingStateHighFrequencyEvents() {
runRenderPassCounter(COMPLEX_NO_INITIALIZING_HIGH_FREQUENCY, useFrameTimeout = true)
}
Expand Down

0 comments on commit 0bb6fa2

Please sign in to comment.