diff --git a/packages/go_router_builder/example/test/case_sensitivity_example_test.dart b/packages/go_router_builder/example/test/case_sensitivity_example_test.dart index 90b4fce2ffe..84f56cbb825 100644 --- a/packages/go_router_builder/example/test/case_sensitivity_example_test.dart +++ b/packages/go_router_builder/example/test/case_sensitivity_example_test.dart @@ -27,6 +27,9 @@ void main() { }); testWidgets( + // TODO(ValentinVignal): Migrate and unskip the test once + // https://github.com/flutter/packages/pull/9426 is merged + skip: true, 'It should throw an error when the route is case sensitive and the path does not match', (WidgetTester tester) async { final FlutterExceptionHandler? oldFlutterError = FlutterError.onError;