Skip to content

Commit ba04c47

Browse files
committed
Comments out the two renderPassCounter* tests.
Due to flakiness tracked at #745.
1 parent fa582d5 commit ba04c47

File tree

1 file changed

+4
-2
lines changed
  • benchmarks/performance-poetry/complex-poetry/src/androidTest/java/com/squareup/benchmarks/performance/complex/poetry

1 file changed

+4
-2
lines changed

benchmarks/performance-poetry/complex-poetry/src/androidTest/java/com/squareup/benchmarks/performance/complex/poetry/RenderPassTest.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ class RenderPassTest {
4141
}
4242

4343
@Test fun renderPassCounterComplexWithInitializingState() {
44-
runRenderPassCounter(COMPLEX_INITIALIZING)
44+
// https://github.com/square/workflow-kotlin/issues/745
45+
// runRenderPassCounter(COMPLEX_INITIALIZING)
4546
}
4647

4748
@Test fun renderPassCounterComplexNoInitializingState() {
48-
runRenderPassCounter(COMPLEX_NO_INITIALIZING)
49+
// https://github.com/square/workflow-kotlin/issues/745
50+
// runRenderPassCounter(COMPLEX_NO_INITIALIZING)
4951
}
5052

5153
private fun runRenderPassCounter(scenario: Scenario) {

0 commit comments

Comments
 (0)