diff --git a/java/tests/com/facebook/yoga/YGFlexDirectionTest.java b/java/tests/com/facebook/yoga/YGFlexDirectionTest.java
index acbc88b3..7efb1329 100644
--- a/java/tests/com/facebook/yoga/YGFlexDirectionTest.java
+++ b/java/tests/com/facebook/yoga/YGFlexDirectionTest.java
@@ -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);
diff --git a/javascript/tests/generated/YGFlexDirectionTest.test.ts b/javascript/tests/generated/YGFlexDirectionTest.test.ts
index 631cdae4..926702b0 100644
--- a/javascript/tests/generated/YGFlexDirectionTest.test.ts
+++ b/javascript/tests/generated/YGFlexDirectionTest.test.ts
@@ -540,7 +540,7 @@ test('flex_direction_row_reverse_margin_left', () => {
config.free();
}
});
-test.skip('flex_direction_row_reverse_margin_start', () => {
+test('flex_direction_row_reverse_margin_start', () => {
const config = Yoga.Config.create();
let root;
@@ -690,7 +690,7 @@ test('flex_direction_row_reverse_margin_right', () => {
config.free();
}
});
-test.skip('flex_direction_row_reverse_margin_end', () => {
+test('flex_direction_row_reverse_margin_end', () => {
const config = Yoga.Config.create();
let root;
diff --git a/tests/generated/YGFlexDirectionTest.cpp b/tests/generated/YGFlexDirectionTest.cpp
index e0a9906c..8a1101c8 100644
--- a/tests/generated/YGFlexDirectionTest.cpp
+++ b/tests/generated/YGFlexDirectionTest.cpp
@@ -492,8 +492,6 @@ TEST(YogaTest, flex_direction_row_reverse_margin_left) {
}
TEST(YogaTest, flex_direction_row_reverse_margin_start) {
- GTEST_SKIP();
-
const YGConfigRef config = YGConfigNew();
YGConfigSetExperimentalFeatureEnabled(config, YGExperimentalFeatureAbsolutePercentageAgainstPaddingEdge, true);
@@ -634,8 +632,6 @@ TEST(YogaTest, flex_direction_row_reverse_margin_right) {
}
TEST(YogaTest, flex_direction_row_reverse_margin_end) {
- GTEST_SKIP();
-
const YGConfigRef config = YGConfigNew();
YGConfigSetExperimentalFeatureEnabled(config, YGExperimentalFeatureAbsolutePercentageAgainstPaddingEdge, true);