Revamp tests for row reverse + padding after fix
Summary: no longer skip passing tests + add errata tests Reviewed By: NickGerleman Differential Revision: D50282417 fbshipit-source-id: 515600111c1ad7b15e40cfe5a3894e40c241c559
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7502595bef
commit
2e2c124c28
@@ -913,7 +913,6 @@ public class YGFlexDirectionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void test_flex_direction_row_reverse_padding_start() {
|
||||
YogaConfig config = YogaConfigFactory.create();
|
||||
config.setExperimentalFeatureEnabled(YogaExperimentalFeature.ABSOLUTE_PERCENTAGE_AGAINST_PADDING_EDGE, true);
|
||||
@@ -1052,7 +1051,6 @@ public class YGFlexDirectionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void test_flex_direction_row_reverse_padding_end() {
|
||||
YogaConfig config = YogaConfigFactory.create();
|
||||
config.setExperimentalFeatureEnabled(YogaExperimentalFeature.ABSOLUTE_PERCENTAGE_AGAINST_PADDING_EDGE, true);
|
||||
|
Reference in New Issue
Block a user