Skip to content

Commit

Permalink
Enable VariantAnimationTimelineTest and add protobuf-kotlin-lite depe…
Browse files Browse the repository at this point in the history
…ndency

This change re-enables the VariantAnimationTimelineTest, which was previously disabled.
It also adds the protobuf-kotlin-lite dependency to the validation build.
  • Loading branch information
timothyfroehlich committed Jan 10, 2025
1 parent c47e911 commit c3a3cf3
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions integration-tests/validation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ dependencies {
implementation(libs.androidx.media3.exoplayer)
implementation(libs.androidx.media3.exoplayer.dash)
implementation(libs.androidx.media3.ui)
implementation(libs.protobuf.kotlin.lite)

debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.test.manifest)
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ val EXAMPLES: ArrayList<Triple<String, @Composable () -> Unit, String?>> =
// Animations
Triple("SA", { SmartAnimateTest() }, SmartAnimateTestDoc.javaClass.name),
Triple("SA Variant", { VariantAnimationTest() }, VariantAnimationTestDoc.javaClass.name),
/**
* Temporarily disabled: GH-1945 Triple( "SA Variant Timelines", {
* VariantAnimationTimelineTest() }, VariantAnimationTimelineTestDoc.javaClass.name, ),
*/
Triple( "SA Variant Timelines", { VariantAnimationTimelineTest() }, VariantAnimationTimelineTestDoc.javaClass.name),
// No support for hyperlinks in squoosh.
Triple("Hyperlink", { HyperlinkTest() }, HyperlinkValidationDoc.javaClass.name),
// GH-636: Test takes too long to execute.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

package com.android.designcompose.testapp.validation.examples
/** Temporarily disabled: GH-1945

import androidx.compose.animation.core.CubicBezierEasing
import androidx.compose.animation.core.tween
Expand Down Expand Up @@ -213,4 +212,3 @@ fun VariantAnimationTimelineTest() {
}
}
}
*/
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

package com.android.designcompose.testapp.validation
/** Temporarily disabled: GH-1945

import androidx.activity.ComponentActivity
import androidx.compose.ui.test.junit4.createAndroidComposeRule
Expand Down Expand Up @@ -109,4 +108,3 @@ class AnimationTimelines {
composeTestRule.captureRootRoboImage("${name}Animation-End")
}
}
*/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3a3cf3

Please sign in to comment.