Skip to content

Commit 54a6ae1

Browse files
ValentinVignalOrtes
authored andcommitted
[go_router_builder] Skip case sensitive test (flutter#9444)
Part of flutter/flutter#169809 Prepare for flutter#9426, this skips a test that needs to migrated with the new version of `go_router`. ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 62693c7 commit 54a6ae1

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)