diff --git a/packages/flutter_markdown/test/emphasis_test.dart b/packages/flutter_markdown/test/emphasis_test.dart index fb247539af7b..c0891c22b6ca 100644 --- a/packages/flutter_markdown/test/emphasis_test.dart +++ b/packages/flutter_markdown/test/emphasis_test.dart @@ -4404,7 +4404,7 @@ void defineTests() { // // Test for rule 17 are not included since markdown package is not // following the rule. - }); + }, skip: 'No Rule 17 tests implemented'); }, ); }