Skip to content

Commit bce0e3c

Browse files
authored
Ignore a11yButtonClick (CMP-9069) (#2498)
Ignore flaky test until fix is ready (#2463) ## Release Notes N/A
1 parent 9527f7d commit bce0e3c

File tree

1 file changed

+1
-0
lines changed
  • compose/ui/ui/src/webTest/kotlin/androidx/compose/ui/platform/a11y

1 file changed

+1
-0
lines changed

compose/ui/ui/src/webTest/kotlin/androidx/compose/ui/platform/a11y/CfWA11YTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import org.w3c.dom.get
4646

4747
class CfWA11YTest : OnCanvasTests {
4848

49+
@Ignore // Sometimes fails on latest firefox FIXME: https://youtrack.jetbrains.com/issue/CMP-9069
4950
@Test
5051
fun a11yButtonClick() = runApplicationTest {
5152
var clickCounter = 0

0 commit comments

Comments
 (0)