No longer skip margin_start and margin_end row reverse tests
Summary: These are fixed now! Reviewed By: NickGerleman Differential Revision: D50200030 fbshipit-source-id: ac3e80e33d8c35440e342a10cfd3246161ee9018
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4337fbb07
commit
3fbd92bc3b
@@ -499,7 +499,6 @@ public class YGFlexDirectionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void test_flex_direction_row_reverse_margin_start() {
|
||||
YogaConfig config = YogaConfigFactory.create();
|
||||
config.setExperimentalFeatureEnabled(YogaExperimentalFeature.ABSOLUTE_PERCENTAGE_AGAINST_PADDING_EDGE, true);
|
||||
@@ -638,7 +637,6 @@ public class YGFlexDirectionTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void test_flex_direction_row_reverse_margin_end() {
|
||||
YogaConfig config = YogaConfigFactory.create();
|
||||
config.setExperimentalFeatureEnabled(YogaExperimentalFeature.ABSOLUTE_PERCENTAGE_AGAINST_PADDING_EDGE, true);
|
||||
|
Reference in New Issue
Block a user