Skip to content

Commit 31e5654

Browse files
Skip case sensitive test
1 parent 6a5b562 commit 31e5654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/go_router_builder/example/test/case_sensitivity_example_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ void main() {
2727
});
2828

2929
testWidgets(
30+
// TODO(ValentinVignal): Migrate and unskip the test once
31+
// https://github.com/flutter/packages/pull/9426 is merged
32+
skip: true,
3033
'It should throw an error when the route is case sensitive and the path does not match',
3134
(WidgetTester tester) async {
3235
final FlutterExceptionHandler? oldFlutterError = FlutterError.onError;

0 commit comments

Comments
 (0)