Skip to content

Commit

Permalink
Ignore TextFieldScreenshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Dec 6, 2023
1 parent 4d5267e commit a2ea174
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import com.adevinta.spark.patchedEnvironment
import com.adevinta.spark.sparkSnapshot
import com.android.ide.common.rendering.api.SessionParams
import com.google.testing.junit.testparameterinjector.TestParameterInjector
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand All @@ -66,6 +67,7 @@ internal class TextFieldScreenshot {
)

@Test
@Ignore("This needs to be re-worked to avoid generating 48 PNGs that are almost identical.")
fun test() {
values.forEach { value ->
leadingIcons.forEach { leadingIcon ->
Expand Down

0 comments on commit a2ea174

Please sign in to comment.