Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions flow/layers/fuchsia_layer_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ class AutoDestroyChildLayerId {
// node; PhysicalShapeLayers created afterward do.
//
// Nested PhysicalShapeLayers are collapsed.
TEST_F(FuchsiaLayerTest, PhysicalShapeLayersAndChildSceneLayers) {
//
// This test has been temporarily disabled: fxb/52028
TEST_F(FuchsiaLayerTest, DISABLED_PhysicalShapeLayersAndChildSceneLayers) {
auto test_context = InitTest();

// Root.
Expand Down Expand Up @@ -617,7 +619,8 @@ TEST_F(FuchsiaLayerTest, PhysicalShapeLayersAndChildSceneLayers) {
// We are interested in verifying that the opacity values of children are
// correct, and the transform values as well.
//
TEST_F(FuchsiaLayerTest, OpacityAndTransformLayer) {
// This test has been temporarily disabled: fxb/52028
TEST_F(FuchsiaLayerTest, DISABLED_OpacityAndTransformLayer) {
auto test_context = InitTest();

// Root.
Expand Down